]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
use the proper way to load vector drawable in ImageView
[mobile-ledger.git] / app / build.gradle
index 2c565250f75aaad88dfe77dac08a42420f32298e..732856c768c92700c01971cf4d07b06a31aeb92a 100644 (file)
@@ -23,8 +23,9 @@ android {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
         targetSdkVersion 28
-        versionCode 31
-        versionName '0.12.0'
+        vectorDrawables.useSupportLibrary true
+        versionCode 33
+        versionName '0.13.1'
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
@@ -74,4 +75,4 @@ allprojects {
                     "-Xlint:unchecked"
         }
     }
-}
\ No newline at end of file
+}