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-10 13:02:35 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-10 13:02:35 +0300
commita5471db612528b71eff6377d5163d2fbdaaf9063 (patch)
tree333138a7b6ac26ba983a7fb4a5a61d117d41c203
parent16ebef6190e058968d5e80be765864e7e08362d7 (diff)
Bump version3.4.3
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7032585..cffcb92 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -60,8 +60,8 @@ android {
minSdkVersion 14
targetSdkVersion 29
applicationId "se.lublin.mumla"
- versionCode 76
- versionName "3.4.2"
+ versionCode 77
+ versionName "3.4.3"
setProperty("archivesBaseName", "mumla")
testInstrumentationRunner "android.test.InstrumentationTestRunner"
buildConfigField "boolean", "DONATE_NAG", "false"