Skip to content

Commit ced84a3

Browse files
committed
chore (release): update changelog, whats_new
1 parent 6fea494 commit ced84a3

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

app/src/main/assets/whats-new.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See the changelog at http://changelog.keymapper.club for more details.
1+
Fix crashing on startup

fastlane/Fastfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix crashing on startup

0 commit comments

Comments
 (0)