Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2022-03-21 19:23:42 +0300
committerDaniel Lublin <daniel@lublin.se>2022-03-21 19:23:42 +0300
commit1ffac0879f670a02ed9c4980b04e0a62c2ddfdc0 (patch)
tree7ba26f15a48061187e4eb67168887ee5e2c707b4
parentf2fe1d6dd91241d6c6e00d5905d740f18b38364e (diff)
Bump version for new release with fix3.6.1
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ee0c81c..32e65de 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -61,7 +61,7 @@ android {
multiDexEnabled true
applicationId "se.lublin.mumla"
- versionCode 95
+ versionCode 96
versionName gitDescribe()
setProperty("archivesBaseName", "mumla")