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