]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
bump jetbrains.annitations library version
[mobile-ledger.git] / app / build.gradle
index 7b29013a50469b81c8c3341614e949229bc88607..268de8d7c3ed5c10fa970bf71c9cfb4fb6fb36dc 100644 (file)
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 31
+    compileSdkVersion 33
     defaultConfig {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
-        targetSdkVersion 31
+        targetSdkVersion 33
         vectorDrawables.useSupportLibrary true
-        versionCode 55
-        versionName '0.21.6'
+        versionCode 56
+        versionName '0.21.7'
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         javaCompileOptions {
             annotationProcessorOptions {
@@ -81,11 +81,11 @@ 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 'com.fasterxml.jackson.module:jackson-modules-java8:2.13.2'
+    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"
-    implementation 'androidx.appcompat:appcompat:1.6.0-alpha01'
+    implementation 'androidx.appcompat:appcompat:1.6.1'
 }
 
 allprojects {