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>2020-04-15 01:24:44 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-15 01:24:44 +0300
commite858d3819effd4981d2e55c0bae5df9585065aa2 (patch)
treeb3ab2869e163fb8f745f4c28db208f1c7ac20e07
parent62fb06b2c00f97aa69078a27ad78a4e8a0f53f22 (diff)
Bump to a beta3.5.0-beta1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 68ef2da..495e061 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -63,8 +63,8 @@ android {
multiDexEnabled true
applicationId "se.lublin.mumla"
- versionCode 78
- versionName "3.4.4"
+ versionCode 79
+ versionName "3.5.0-beta1"
setProperty("archivesBaseName", "mumla")