Merge pull request #205 from usetrmnl/version-bump-2.4.1

Prepare release 2.4.1
This commit is contained in:
Hossain Khan
2025-11-02 16:33:59 -05:00
committed by GitHub
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ android {
// ⚠️ App versioning update is required in multiple places.
// 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
// https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
versionCode = 26
versionName = "2.4.0"
versionCode = 27
versionName = "2.4.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,2 @@
- Updated to the latest version (2.4.1)
- Google Play release preparation
+5 -5
View File
@@ -16,9 +16,9 @@ Repo: https://github.com/usetrmnl/trmnl-android.git
Binaries: https://github.com/usetrmnl/trmnl-android/releases/download/v%v/trmnl-v%v.apk
Builds:
- versionName: 2.4.0
versionCode: 26
commit: v2.4.0
- versionName: 2.4.1
versionCode: 27
commit: v2.4.1
subdir: app
gradle:
- yes
@@ -27,5 +27,5 @@ AllowedAPKSigningKeys: 209b92f5bb0144237251a10fc3ebb53a1117e3dfeb406997bfd6b07f6
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.4.0
CurrentVersionCode: 26
CurrentVersion: 2.4.1
CurrentVersionCode: 27