diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f6a654f..7bb6185 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 = 22 - versionName = "1.7.0" + versionCode = 23 + versionName = "1.7.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/23.txt b/fastlane/metadata/android/en-US/changelogs/23.txt new file mode 100644 index 0000000..f37343c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/23.txt @@ -0,0 +1,9 @@ +New features: +- AOD mode now uses a lighter font +- New option to auto start next session after stopping an alarm +- New option to disable locking screen while in AOD mode +- Accidentally reset the timer? You can now undo and correct your mistake ;) + +Fixes: +- Improved stats screen performance and fixed lag while opening stats screen +- Fixed incorrect alignment of text in navigation toolbar \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4f393a3..1eb1d0b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ ksp = "2.3.3" lifecycleRuntimeKtx = "2.10.0" materialKolor = "4.0.5" navigation3 = "1.0.0" -revenuecat = "9.15.1" +revenuecat = "9.15.2" room = "2.8.4" vico = "2.3.6"