]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
bump library dependencies
[mobile-ledger.git] / app / build.gradle
index 6cbd93bcd364e7493252a1bc15de046d7388b729..4bae3dbf474efb2e4ec419f4509eb29db497904f 100644 (file)
@@ -64,13 +64,13 @@ dependencies {
     def room_version = '2.2.6'
     implementation "androidx.room:room-runtime:$room_version"
     annotationProcessor "androidx.room:room-compiler:$room_version"
-    def nav_version = '2.3.4'
+    def nav_version = '2.3.5'
     implementation fileTree(include: ['*.jar'], dir: 'libs')
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
     implementation 'com.google.android.material:material:1.3.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
     implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
-    implementation 'androidx.recyclerview:recyclerview:1.1.0'
+    implementation 'androidx.recyclerview:recyclerview:1.2.0'
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test:runner:1.4.0-alpha05'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0-alpha05'