We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d34314 commit 894400cCopy full SHA for 894400c
2 files changed
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "xyz.tberghuis.floatingtimer"
14
minSdk = 29
15
targetSdk = 35
16
- versionCode = 87
17
- versionName = "1.48.0"
+ versionCode = 88
+ versionName = "1.49.0"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
vectorDrawables {
docs/changelog.txt
@@ -1,3 +1,6 @@
1
+v1.49.0 2026-05-30 005-start-foreground
2
+ attempt fix ForegroundServiceStartNotAllowedException
3
+
4
v1.48.0 2026-05-29 004-overlay-resume
5
fix bug where timer freezes after screen turned back on
6
0 commit comments