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-07 01:03:36 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-07 01:03:36 +0300
commit63cfeacfcbf5849b5791f4e5a68eaf0c1204c4bb (patch)
tree3d6ce6216e3f7331db1cc3d7902a499c03317f9f
parent01823e98beeca4c084ea90fd64f772163c5858b2 (diff)
Bump version3.4.0
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2c579e9..7143d50 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -60,8 +60,8 @@ android {
minSdkVersion 14
targetSdkVersion 29
applicationId "se.lublin.mumla"
- versionCode 73
- versionName "3.3.0-rc1"
+ versionCode 74
+ versionName "3.4.0"
setProperty("archivesBaseName", "mumla")
testInstrumentationRunner "android.test.InstrumentationTestRunner"
buildConfigField "boolean", "DONATE_NAG", "false"