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 23:48:11 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-07 23:48:11 +0300
commit03be437c5066c62f555cfa56c85eb12b955a82b4 (patch)
tree47ae2059ff1306b8be9b20c00d84b25b68ac0c80
parent57b91ee7c52a664e339a91b7d4133027f998b5c7 (diff)
Bump version
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 96e336e..7032585 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -60,8 +60,8 @@ android {
minSdkVersion 14
targetSdkVersion 29
applicationId "se.lublin.mumla"
- versionCode 75
- versionName "3.4.1"
+ versionCode 76
+ versionName "3.4.2"
setProperty("archivesBaseName", "mumla")
testInstrumentationRunner "android.test.InstrumentationTestRunner"
buildConfigField "boolean", "DONATE_NAG", "false"