mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
Merge pull request #205 from usetrmnl/version-bump-2.4.1
Prepare release 2.4.1
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user