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-05-11 16:33:34 +0300
committerDaniel Lublin <daniel@lublin.se>2020-05-11 19:29:09 +0300
commit4c18f7e0e1d5924553cbdec53ee241e68b44e4d0 (patch)
treeb132ae206f627d172c4c53054ae535d6bc717209
parent671086984e3abcbceac31155ec6e496ca2635f4a (diff)
Tag a new version3.5.1
-rw-r--r--app/build.gradle2
-rw-r--r--fastlane/metadata/android/en-US/changelogs/85.txt4
2 files changed, 5 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cafd10b..68e5dd5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -62,7 +62,7 @@ android {
multiDexEnabled true
applicationId "se.lublin.mumla"
- versionCode 84
+ versionCode 85
versionName gitDescribe()
setProperty("archivesBaseName", "mumla")
diff --git a/fastlane/metadata/android/en-US/changelogs/85.txt b/fastlane/metadata/android/en-US/changelogs/85.txt
new file mode 100644
index 0000000..8068226
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/85.txt
@@ -0,0 +1,4 @@
+- deluxghost translated Mumla to simplified Chinese.
+- Public server list retrieval works again.
+- Fixed a crash bug related to image with data-URI.
+