mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
Merge pull request #280 from usetrmnl/version-bump-2.9.0
Prepare release 2.9.0
This commit is contained in:
@@ -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 = 33
|
||||
versionName = "2.8.1"
|
||||
versionCode = 34
|
||||
versionName = "2.9.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
- Updated to the latest version (2.9.0)
|
||||
- Migrated DI from Dagger/Anvil to Metro for improved build performance
|
||||
- Fixed access token trim to prevent illegal header characters
|
||||
- Bumped JVM target to 21
|
||||
Reference in New Issue
Block a user