File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ lane :production do
3434
3535 Dir . chdir ( ".." ) do
3636 gradle ( task : "testDebugUnitTest" )
37- gradle ( task : "testDebugUnitTest" )
3837 end
3938
4039 github_token = prompt (
@@ -52,27 +51,24 @@ lane :production do
5251 secure_text : true
5352 )
5453
55- # Do not release a debug build for pro version.
56- # gradle(task: "assembleDebug")
57-
5854# Release the free build to GitHub because billing only works if signed by Google Play
5955 gradle ( task : "assembleRelease" )
6056
6157 Dir . chdir ( ".." ) do
62- gradle ( task : "bundleRelease" )
58+ gradle ( task : "app: bundleRelease" )
6359 end
6460
65- apk_path_release = "app/build/outputs/apk/release/keymapper-foss- " + version_name + ".apk"
61+ apk_path_release = "app/build/outputs/apk/release/keymapper-" + version_name + "-foss .apk"
6662
6763 # First release to google play so any errors with the descriptions are resolved before
6864 # creating the git tag.
6965 supply (
70- aab : "../app/build/outputs/bundle/release/app-pro- release.aab" ,
66+ aab : "../app/build/outputs/bundle/release/app-release.aab" ,
7167 track : "internal" ,
7268 skip_upload_apk : true
7369 )
7470
75- whats_new = File . read ( "../app /src/main/assets/whats-new.txt" )
71+ whats_new = File . read ( "../base /src/main/assets/whats-new.txt" )
7672
7773 github_release = set_github_release (
7874 repository_name : "keymapperorg/KeyMapper" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments