chore: prepare release 2.10.0

This commit is contained in:
hossain-khan
2026-04-04 12:02:39 +00:00
committed by github-actions[bot]
parent 4175f372de
commit 6ae6a7bac4
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -41,8 +41,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 = 34
versionName = "2.9.0"
versionCode = 35
versionName = "2.10.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,3 @@
- Updated to the latest version (2.10.0)
- Library versions update
- Minor crash fixes when token contains newline character