File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +9
-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 = 21
46- versionName = " 2.0.3 "
45+ versionCode = 22
46+ versionName = " 2.0.4 "
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.0.4)
2+ - Updated app name to be more generic (excludes 'mirror' from it's name)
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.0.3
20- versionCode : 21
21- commit : v2.0.3
19+ - versionName : 2.0.4
20+ versionCode : 22
21+ commit : v2.0.4
2222 subdir : app
2323 gradle :
2424 - yes
@@ -27,5 +27,5 @@ AllowedAPKSigningKeys: 209b92f5bb0144237251a10fc3ebb53a1117e3dfeb406997bfd6b07f6
2727
2828AutoUpdateMode : Version
2929UpdateCheckMode : Tags
30- CurrentVersion : 2.0.3
31- CurrentVersionCode : 21
30+ CurrentVersion : 2.0.4
31+ CurrentVersionCode : 22
You can’t perform that action at this time.
0 commit comments