]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
bump target SDK version to 33
[mobile-ledger.git] / app / build.gradle
index 295c9ab474e6acc0d4ab84febfdf3b5cffbe6fa3..442da8e03441eb706e2b012eaf9789c15af0a6d6 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 {
@@ -62,6 +62,7 @@ android {
     }
     buildFeatures.viewBinding = true
     buildToolsVersion '30.0.3'
+    namespace 'net.ktnx.mobileledger'
 }
 
 dependencies {