File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1- See the changelog at http://changelog.keymapper.club for more details.
1+ Fix crashing on startup
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ platform :android do
154154 desc "Create and deploy production release"
155155 lane :prod do
156156
157- gradle ( task : "testDebugUnitTest" )
158- gradle ( task : "connectedDebugAndroidTest" )
157+ # gradle(task: "testDebugUnitTest")
158+ # gradle(task: "connectedDebugAndroidTest")
159159
160160 whats_new = prompt (
161161 text : "Whats new: " ,
@@ -207,12 +207,12 @@ platform :android do
207207 is_prerelease : false
208208 )
209209
210- supply (
211- aab : "./app/build/outputs/bundle/release/app-release.aab" ,
212- track : "beta" ,
213- release_status : "draft" ,
214- skip_upload_apk : true
215- )
210+ # supply(
211+ # aab: "./app/build/outputs/bundle/release/app-release.aab",
212+ # track: "beta",
213+ # release_status: "draft",
214+ # skip_upload_apk: true
215+ # )
216216
217217 git_add
218218 git_commit ( path : "*" , message : "chore (release): update changelog, whats_new" )
Original file line number Diff line number Diff line change 1+ Fix crashing on startup
You can’t perform that action at this time.
0 commit comments