chore: prepare release 2.4.2

This commit is contained in:
hossain-khan
2025-11-04 04:21:30 +00:00
committed by github-actions[bot]
parent f86719520e
commit 8fe4009c77
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 = 27
versionName = "2.4.1"
versionCode = 28
versionName = "2.4.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,2 @@
- Updated to the latest version (2.4.2)
- Fixed app icon using correct TRMNL brand color
+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.1
versionCode: 27
commit: v2.4.1
- versionName: 2.4.2
versionCode: 28
commit: v2.4.2
subdir: app
gradle:
- yes
@@ -27,5 +27,5 @@ AllowedAPKSigningKeys: 209b92f5bb0144237251a10fc3ebb53a1117e3dfeb406997bfd6b07f6
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.4.1
CurrentVersionCode: 27
CurrentVersion: 2.4.2
CurrentVersionCode: 28