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/fastlane/metadata/android/en-US/google_play_description.txt b/fastlane/metadata/android/en-US/google_play_description.txt index 9038d35..2805388 100644 --- a/fastlane/metadata/android/en-US/google_play_description.txt +++ b/fastlane/metadata/android/en-US/google_play_description.txt @@ -14,7 +14,7 @@ Utility app to display TRMNL screens on any Android device FULL DESCRIPTION (Max 4000 characters) -------------------------------------------------------------------------------- -TRMNL serves as a digital display for TRMNL e-ink devices and BYOS installations. The app connects to the TRMNL or BYOS API, fetches display data, and shows it on Android devices. It can function both as a mirror for existing TRMNL devices or as a standalone TRMNL display connected directly to BYOS servers. +TRMNL serves as a digital display for TRMNL e-ink devices and BYOS installations. The app connects to the TRMNL or BYOS API, fetches display data, and shows it on Android devices. It can function both as a mirror for existing TRMNL devices or as a standalone TRMNL display connected directly to a Bring-Your-Own-Server (BYOS). > ⚠️ Note: TRMNL app currently requires device API key for non-BYOS based devices. TRMNL device must have a developer edition or BYOD license to enable device API key. @@ -25,7 +25,7 @@ Key Features: • Manual refresh capabilities and option to load next playlist image • Support for custom server URLs for BYOS installations • Refresh history logging for tracking & validation -• Support for standard TRMNL, BYOD (Bring Your Own Device), and BYOS (Bring Your Own Server) configurations +• Support for standard TRMNL, BYOD (Bring-Your-Own-Device), and BYOS (Bring-Your-Own-Server) configurations The app requires a valid access token or device MAC address to connect to TRMNL services. You can obtain this through: • Owning a TRMNL device with the developer edition add-on @@ -93,7 +93,7 @@ WHAT'S NEW (Release Notes) TRMNL is now officially available! Transform your Android device into a smart display for TRMNL e-ink devices and BYOS installations. ✨ What's New: -• Connect to TRMNL/BYOS servers with API tokens +• Connect to TRMNL/BYOS server with API tokens • Automatic periodic image refresh • Manual refresh and playlist navigation • Custom server URL support for BYOS 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