chore: prepare release 2.8.1

This commit is contained in:
hossain-khan
2026-02-09 03:05:07 +00:00
committed by github-actions[bot]
parent 3169253bee
commit 5473f70015
2 changed files with 7 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 = 32
versionName = "2.8.0"
versionCode = 33
versionName = "2.8.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,5 @@
- Updated to the latest version (2.8.1)
- Added real-time retry progress display during rate limit handling
- Show countdown timer and attempt number during retries
- Optimized backoff timing for 15s rate limit windows
- Added 4 new unit tests for retry event emission