Fix CI issues with Google Play upload (part 2...)

This commit is contained in:
darken
2022-07-25 20:47:26 +02:00
parent a742646127
commit d20f8a604f
5 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ buildscript {
'major': 1,
'minor': 3,
'patch': 13,
'build': 4,
'build': 5,
],
]
-2
View File
@@ -1,2 +0,0 @@
#json_key_file "~/.appconfig/eu.darken.capod/gplay-capod-ci_api.json"
package_name "eu.darken.capod"
+7 -3
View File
@@ -11,7 +11,7 @@
# This is the minimum version number required.
# Update this, if you use features of a newer version
fastlane_version "2.175.0"
fastlane_version "2.208.0"
default_platform :android
@@ -25,8 +25,10 @@ platform :android do
sh "bash ./remove_unsupported_languages.sh"
supply(
track: 'beta',
skip_upload_apk: 'true',
package_name: 'eu.darken.capod',
aab: '../app/build/outputs/bundle/gplayBeta/app-gplay-beta.aab',
skip_upload_changelogs: 'false',
skip_upload_apk: 'true',
skip_upload_images: 'true',
skip_upload_screenshots: 'true',
skip_upload_aab: 'true',
@@ -39,8 +41,10 @@ platform :android do
sh "bash ./remove_unsupported_languages.sh"
supply(
track: 'beta',
skip_upload_apk: 'true',
package_name: 'eu.darken.capod',
aab: '../app/build/outputs/bundle/gplayRelease/app-gplay-release.aab',
skip_upload_changelogs: 'false',
skip_upload_apk: 'true',
skip_upload_images: 'true',
skip_upload_screenshots: 'true',
skip_upload_aab: 'true',
@@ -0,0 +1,4 @@
v1.3.13(1031305)
• Updated translations
• Updated internal dependencies
• Tweaked placement of UI elements
@@ -0,0 +1,3 @@
Bugfixes and performance improvements.
¯\_(ツ)_/¯