From 567fa440e3773e94ab969e1f271aaf025ce2348e Mon Sep 17 00:00:00 2001 From: Nishant Mishra Date: Sun, 14 Sep 2025 19:02:01 +0530 Subject: [PATCH] chore: Bump version string, update changelog --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/6.txt | 9 +++++++++ gradle/libs.versions.toml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/6.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d28b7bd..94d84d2 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 = 5 - versionName = "1.1.0" + versionCode = 6 + versionName = "1.2.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 0000000..1eb6828 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,9 @@ +New features: +- The app now rings the system alarm sound when a timer completes +- Clicking the timer clock now shows the current session count +- The app can now stay in the background and the timer keeps running even when the app is closed +- New notification buttons to control the timer without opening the app + +Fixes: +- Current elapsed time is now saved in the stats when the app is closed while a timer is running +- Live Updates/Now Bar now shows precisely how much time is remaining (in seconds) \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 60641b6..3725628 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.1" composeBom = "2025.09.00" coreKtx = "1.17.0" espressoCore = "3.7.0"