Skip to content

Commit ae5d7f0

Browse files
committed
[Dependencies] Updated outdated dependencies
(cherry picked from commit 57d771f)
1 parent 03f4241 commit ae5d7f0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies {
120120
}
121121

122122
implementation 'androidx.appcompat:appcompat:1.6.1'
123-
implementation 'com.google.android.material:material:1.9.0'
123+
implementation 'com.google.android.material:material:1.10.0'
124124
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
125125
implementation 'androidx.autofill:autofill:1.1.0'
126126

@@ -129,11 +129,11 @@ dependencies {
129129
implementation 'com.google.android.gms:play-services-oss-licenses:17.0.1'
130130
implementation 'com.google.code.gson:gson:2.10.1'
131131
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
132-
implementation 'androidx.navigation:navigation-fragment:2.6.0'
133-
implementation 'androidx.navigation:navigation-ui:2.6.0'
132+
implementation 'androidx.navigation:navigation-fragment:2.7.4'
133+
implementation 'androidx.navigation:navigation-ui:2.7.4'
134134
implementation 'androidx.preference:preference:1.2.1'
135135
implementation 'androidx.biometric:biometric:1.1.0'
136-
implementation 'androidx.browser:browser:1.5.0'
136+
implementation 'androidx.browser:browser:1.6.0'
137137
implementation 'me.gosimple:nbvcxz:1.5.1'
138138
implementation 'at.favre.lib:bcrypt:0.10.2'
139139
implementation 'com.github.alvinhkh:TextDrawable:558677ea31'
@@ -145,10 +145,10 @@ dependencies {
145145

146146
implementation 'com.opencsv:opencsv:5.8'
147147

148-
implementation "androidx.room:room-runtime:2.5.2"
149-
annotationProcessor "androidx.room:room-compiler:2.5.2"
150-
implementation "androidx.room:room-rxjava3:2.5.2"
151-
androidTestImplementation "androidx.room:room-testing:2.5.2"
148+
implementation "androidx.room:room-runtime:2.6.0"
149+
annotationProcessor "androidx.room:room-compiler:2.6.0"
150+
implementation "androidx.room:room-rxjava3:2.6.0"
151+
androidTestImplementation "androidx.room:room-testing:2.6.0"
152152

153153
testImplementation 'junit:junit:4.13.2'
154154
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

0 commit comments

Comments
 (0)