diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4103482..090bdcb 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 = 4 - versionName = "1.0.2" + versionCode = 5 + versionName = "1.1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 0000000..a5f6d69 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,3 @@ +New features: +- New timer notification that supports Now Bar on Samsung devices and Live Updates on other devices running on Android 16 or later +- Notification sound now plays whenever a timer interval is complete \ No newline at end of file