]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
prepare v0.21.4 (53) for release
[mobile-ledger.git] / app / build.gradle
index 52592224e3517bde1a0625d7e6ba13d0fbecee1c..056bb631ae9d18cb292e87025e29df5d796c1957 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2021 Damyan Ivanov.
+ * Copyright © 2022 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 30
+    compileSdkVersion 31
     defaultConfig {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
-        targetSdkVersion 30
+        targetSdkVersion 31
         vectorDrawables.useSupportLibrary true
-        versionCode 51
-        versionName '0.21.2'
+        versionCode 53
+        versionName '0.21.4'
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         javaCompileOptions {
             annotationProcessorOptions {