]> git.ktnx.net Git - mobile-ledger.git/commitdiff
bump jetbrains.annitations library version
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Jun 2024 19:17:59 +0000 (22:17 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Jun 2024 19:17:59 +0000 (22:17 +0300)
app/build.gradle

index 7f12191456ef3b74994d5341c5e2742333babec7..268de8d7c3ed5c10fa970bf71c9cfb4fb6fb36dc 100644 (file)
@@ -81,7 +81,7 @@ dependencies {
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test:runner:1.5.0-alpha02'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0-alpha05'
-    implementation 'org.jetbrains:annotations:23.0.0'
+    implementation 'org.jetbrains:annotations:24.1.0'
     implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.17.1'
     implementation "androidx.navigation:navigation-fragment:$nav_version"
     implementation "androidx.navigation:navigation-ui:$nav_version"