diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 77e1df8..1475dce 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,8 +33,8 @@ android { applicationId = "org.nsh07.pomodoro" minSdk = 26 targetSdk = 36 - versionCode = 11 - versionName = "1.4.3" + versionCode = 12 + versionName = "1.5.0-alpha01" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 0000000..01a6a5e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,12 @@ +New features: +- The Stats screen now contains the data for the past year +- Charts now have fading edges to indicate scrollable content + +Fixes: +- Improved Stats screen performance +- Notification now does not pop up on your screen +- Fixed low contrast on the Timer screen heading +- Improve app usability on smaller screens + +Translators on Weblate added support for: +Arabic, Czech, German, Hungarian, Italian, Japanese, Kurdish (Central), Minnan (Traditional), Portuguese (Brazil), Spanish \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 31fb247..0e776d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] activityCompose = "1.11.0" adaptive = "1.1.0" -agp = "8.13.0" +agp = "8.11.2" composeBom = "2025.10.00" coreKtx = "1.17.0" espressoCore = "3.7.0"