File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ android {
4242 // ⚠️ App versioning update is required in multiple places.
4343 // 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
4444 // https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
45- versionCode = 25
46- versionName = " 2.3 .0"
45+ versionCode = 26
46+ versionName = " 2.4 .0"
4747
4848 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
4949 }
Original file line number Diff line number Diff line change 1+ - Updated to the latest version (2.4.0)
2+ - Improved rate limited error handling with UI feedback
3+ - Enabled release build minification and resource shrinking
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Repo: https://github.com/usetrmnl/trmnl-android.git
1616Binaries : https://github.com/usetrmnl/trmnl-android/releases/download/v%v/trmnl-v%v.apk
1717
1818Builds :
19- - versionName : 2.3 .0
20- versionCode : 25
21- commit : v2.3 .0
19+ - versionName : 2.4 .0
20+ versionCode : 26
21+ commit : v2.4 .0
2222 subdir : app
2323 gradle :
2424 - yes
@@ -27,5 +27,5 @@ AllowedAPKSigningKeys: 209b92f5bb0144237251a10fc3ebb53a1117e3dfeb406997bfd6b07f6
2727
2828AutoUpdateMode : Version
2929UpdateCheckMode : Tags
30- CurrentVersion : 2.3 .0
31- CurrentVersionCode : 25
30+ CurrentVersion : 2.4 .0
31+ CurrentVersionCode : 26
You can’t perform that action at this time.
0 commit comments