We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0235cb commit 7051c36Copy full SHA for 7051c36
app/build.gradle.kts
@@ -43,8 +43,8 @@ android {
43
applicationId = "org.nsh07.pomodoro"
44
minSdk = 27
45
targetSdk = 36
46
- versionCode = 16
47
- versionName = "1.6.1"
+ versionCode = 17
+ versionName = "1.6.2"
48
49
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
50
}
fastlane/metadata/android/en-US/changelogs/17.txt
@@ -0,0 +1,5 @@
1
+New features:
2
+- The app can now automatically turn on Do Not Disturb mode when a focus timer is running (this needs to be enabled in Settings)
3
+
4
+And other fixes.
5
+This update also contains a new paywall system (For Google Play only)
0 commit comments