diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 621bcc6..ac78731 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" } diff --git a/fastlane/metadata/android/en-US/changelogs/38.txt b/fastlane/metadata/android/en-US/changelogs/38.txt new file mode 100644 index 0000000..cf950a5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/38.txt @@ -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