chore(release): bump version, update changelog

This commit is contained in:
Nishant Mishra
2025-10-28 14:59:59 +05:30
parent a0235cb117
commit 7051c36366
2 changed files with 7 additions and 2 deletions

View File

@@ -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"
}

View File

@@ -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)