Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Dec 22, 2024
2 parents d64109f + 0f3f58c commit 4d0582e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ lane :prod do
version_name = get_properties_value(key: "VERSION_NAME", path: "./app/version.properties")

# Don't create changelog for f-droid because not committing it
# whats_new = File.read("../app/src/main/assets/whats-new.txt")
# File.write("metadata/android/en-US/changelogs/" + version_code + ".txt", whats_new)

gradle(task: "testDebugUnitTest")
Expand Down Expand Up @@ -57,6 +56,8 @@ lane :prod do

apk_path_release="app/build/outputs/apk/free/release/keymapper-" + version_name + ".apk"

whats_new = File.read("../app/src/main/assets/whats-new.txt")

github_release = set_github_release(
repository_name: "keymapperorg/KeyMapper",
api_bearer: github_token,
Expand Down

0 comments on commit 4d0582e

Please sign in to comment.