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>2023-09-03 09:32:15 +0300
committerDaniel Lublin <daniel@lublin.se>2023-09-03 09:32:15 +0300
commit8ba3e22025e8fc9d8f3d87c0d8157f3138487ed0 (patch)
treefcee43464658886df1a34de0ef0dc2fad21d0d25
parentc9a9d2dbbbdd192275c886c2c07c4ff45e88baa1 (diff)
Tag a new version3.6.5
-rw-r--r--app/build.gradle2
-rw-r--r--fastlane/metadata/android/en-US/changelogs/100.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 789a206..ab1c35b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -61,7 +61,7 @@ android {
multiDexEnabled true
applicationId "se.lublin.mumla"
- versionCode 99
+ versionCode 100
versionName gitDescribe()
setProperty("archivesBaseName", "mumla")
diff --git a/fastlane/metadata/android/en-US/changelogs/100.txt b/fastlane/metadata/android/en-US/changelogs/100.txt
new file mode 100644
index 0000000..8c221a8
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/100.txt
@@ -0,0 +1 @@
+This release adds request for permission to send notifications, which is required on Android 13.