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 ba9d13b commit 73bd689Copy full SHA for 73bd689
2 files changed
app/build.gradle.kts
@@ -23,8 +23,8 @@ android {
23
applicationId = "dev.randombits.intervaltimer"
24
minSdk = 24
25
targetSdk = 35
26
- versionCode = 12
27
- versionName = "1.1.2"
+ versionCode = 13
+ versionName = "1.1.3"
28
29
vectorDrawables {
30
useSupportLibrary = true
metadata/en-US/changelogs/13.txt
@@ -0,0 +1 @@
1
+Allow the timer to continue running when the app is in the background
0 commit comments