chore: prepare release 2.6.0

This commit is contained in:
hossain-khan
2026-02-06 01:53:01 +00:00
committed by github-actions[bot]
parent 1a0a4c1749
commit 75f1d0bd80
2 changed files with 9 additions and 2 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 = 29
versionName = "2.5.0"
versionCode = 30
versionName = "2.6.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,7 @@
- Updated to the latest version (2.6.0)
- Migrated battery reporting to Percent-Charged header for improved efficiency
- Added WiFi signal strength (RSSI) reporting for BYOD devices
- Refactored codebase to isolate deprecated APIs
- Updated URLs to trmnl.com domain
- Enhanced BYOD device configuration and validation
- Improved code architecture and maintainability