From 8fe4009c77de074a9e6a4b490dea76e1863f8a5d Mon Sep 17 00:00:00 2001 From: hossain-khan <99822+hossain-khan@users.noreply.github.com> Date: Tue, 4 Nov 2025 04:21:30 +0000 Subject: [PATCH] chore: prepare release 2.4.2 --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/28.txt | 2 ++ metadata/ink.trmnl.android.yml | 10 +++++----- 3 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/28.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1f67cc4..4c71b5c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" } diff --git a/fastlane/metadata/android/en-US/changelogs/28.txt b/fastlane/metadata/android/en-US/changelogs/28.txt new file mode 100644 index 0000000..90f788d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/28.txt @@ -0,0 +1,2 @@ +- Updated to the latest version (2.4.2) +- Fixed app icon using correct TRMNL brand color diff --git a/metadata/ink.trmnl.android.yml b/metadata/ink.trmnl.android.yml index 5342a5e..a3f597a 100644 --- a/metadata/ink.trmnl.android.yml +++ b/metadata/ink.trmnl.android.yml @@ -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