X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=4bae3dbf474efb2e4ec419f4509eb29db497904f;hp=6cbd93bcd364e7493252a1bc15de046d7388b729;hb=fcdd10b21d0e4af59f70804c63d145512b2cb918;hpb=f5d585d79f8c263476c8fb78ada15f04472d9a91 diff --git a/app/build.gradle b/app/build.gradle index 6cbd93bc..4bae3dbf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'