Skip to content

Commit

Permalink
chore (release): update changelog, whats_new
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Aug 16, 2023
1 parent 6fea494 commit ced84a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/src/main/assets/whats-new.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See the changelog at http://changelog.keymapper.club for more details.
Fix crashing on startup
16 changes: 8 additions & 8 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ platform :android do
desc "Create and deploy production release"
lane :prod do

gradle(task: "testDebugUnitTest")
gradle(task: "connectedDebugAndroidTest")
# gradle(task: "testDebugUnitTest")
# gradle(task: "connectedDebugAndroidTest")

whats_new = prompt(
text: "Whats new: ",
Expand Down Expand Up @@ -207,12 +207,12 @@ platform :android do
is_prerelease: false
)

supply(
aab: "./app/build/outputs/bundle/release/app-release.aab",
track: "beta",
release_status: "draft",
skip_upload_apk: true
)
# supply(
# aab: "./app/build/outputs/bundle/release/app-release.aab",
# track: "beta",
# release_status: "draft",
# skip_upload_apk: true
# )

git_add
git_commit(path: "*", message: "chore (release): update changelog, whats_new")
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/61.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix crashing on startup

0 comments on commit ced84a3

Please # to comment.