We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055725e commit 41eb436Copy full SHA for 41eb436
2 files changed
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "xyz.tberghuis.floatingtimer"
15
minSdk = 26
16
targetSdk = 35
17
- versionCode = 84
18
- versionName = "1.45.2"
+ versionCode = 85
+ versionName = "1.46.0"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables {
docs/changelog.txt
@@ -1,3 +1,6 @@
1
+v1.46.0 2026-02-05 002-stopped-timer-screen-off
2
+ fix bug stopwatch losing time when screen off
3
+
4
v1.45.2 2025-05-23 dev-processname
5
fix crash sdk 28
6
0 commit comments