diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0934fed..9bfce7d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -43,8 +43,8 @@ android { applicationId = "org.nsh07.pomodoro" minSdk = 27 targetSdk = 36 - versionCode = 19 - versionName = "1.6.4" + versionCode = 20 + versionName = "1.6.5" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 0000000..2387a8d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -0,0 +1,10 @@ +New features: +- Timer durations now refresh automatically when changed in Settings +- As a consequence of the above feature and to improve stability, it is no longer possible to change the timer durations while the timer is running + +Fixes: +- Significantly improved timer screen performance (by ~90%) +- Progress circle in timer screen is now much smoother +- Notification is now visible on lockscreen by default + +- Updated translations \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ae2a776..725f3db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,9 +12,9 @@ ksp = "2.3.1" lifecycleRuntimeKtx = "2.9.4" materialKolor = "4.0.3" navigation3 = "1.0.0-rc01" -revenuecat = "9.12.1" +revenuecat = "9.13.0" room = "2.8.3" -vico = "2.2.1" +vico = "2.3.1" [libraries] androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }