diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a396eba..713c0f0 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 = 16 - versionName = "1.6.1" + versionCode = 17 + versionName = "1.6.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt new file mode 100644 index 0000000..cd66b44 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.txt @@ -0,0 +1,5 @@ +New features: +- The app can now automatically turn on Do Not Disturb mode when a focus timer is running (this needs to be enabled in Settings) + +And other fixes. +This update also contains a new paywall system (For Google Play only)