Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,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 = 37
versionName = "2.12.0"
versionCode = 38
versionName = "2.13.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Updated to the latest version (2.13.0)
- UI polish across Settings
- About App
- and Overlay controls; hide refresh schedule when unconfigured