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 is scattered across multiple files.
4343 // 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
4444 // https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
45- versionCode = 18
46- versionName = " 2.0.0 "
45+ versionCode = 19
46+ versionName = " 2.0.1 "
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.1)
2+ - Major release bump with app signing certificate update
3+ - Disables dependency metadata when building APKs
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Repo: https://github.com/usetrmnl/trmnl-android.git
1717Binaries : https://github.com/usetrmnl/trmnl-android/releases/download/v%v/trmnl-mirror-v%v.apk
1818
1919Builds :
20- - versionName : 2.0.0
21- versionCode : 18
22- commit : v2.0.0
20+ - versionName : 2.0.1
21+ versionCode : 19
22+ commit : v2.0.1
2323 subdir : app
2424 gradle :
2525 - yes
@@ -28,5 +28,5 @@ AllowedAPKSigningKeys: 209b92f5bb0144237251a10fc3ebb53a1117e3dfeb406997bfd6b07f6
2828
2929AutoUpdateMode : Version
3030UpdateCheckMode : Tags
31- CurrentVersion : 2.0.0
32- CurrentVersionCode : 18
31+ CurrentVersion : 2.0.1
32+ CurrentVersionCode : 19
You can’t perform that action at this time.
0 commit comments