]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
prepare release of 0.14.1 (35)
[mobile-ledger.git] / app / build.gradle
index 07cf3456b35afe3e9df2c94991e0a8de4552167f..93bc3b868727dbb26560d72a0ca58344bd9934be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2019 Damyan Ivanov.
+ * Copyright © 2020 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
@@ -24,8 +24,8 @@ android {
         minSdkVersion 22
         targetSdkVersion 29
         vectorDrawables.useSupportLibrary true
-        versionCode 33
-        versionName '0.13.1'
+        versionCode 35
+        versionName '0.14.1'
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {