mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
chore: prepare release 2.4.2
This commit is contained in:
committed by
github-actions[bot]
parent
f86719520e
commit
8fe4009c77
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user