Compare commits

..
Author SHA1 Message Date
darken f5078d5ef2 Tell fastlane to skip APK upload 2022-07-25 20:04:22 +02:00
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ buildscript {
'major': 1,
'minor': 3,
'patch': 13,
'build': 2,
'build': 3,
],
]
+2
View File
@@ -25,6 +25,7 @@ platform :android do
sh "bash ./remove_unsupported_languages.sh"
supply(
track: 'beta',
skip_upload_apk: 'true',
skip_upload_changelogs: 'false',
skip_upload_images: 'true',
skip_upload_screenshots: 'true',
@@ -38,6 +39,7 @@ platform :android do
sh "bash ./remove_unsupported_languages.sh"
supply(
track: 'beta',
skip_upload_apk: 'true',
skip_upload_changelogs: 'false',
skip_upload_images: 'true',
skip_upload_screenshots: 'true',
@@ -0,0 +1,4 @@
v1.3.13(1031303
• Updated translations
• Updated internal dependencies
• Tweaked placement of UI elements