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:
-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.