Skip to content

Commit 7b97acb

Browse files
committed
Release v1.3.0: Bug fixes for notifications and progress bar
- Fixed: Removed task removed notification ("Don't worry...") - Fixed: Progress bar now updates correctly after reopening app - Fixed: Added totalSeconds StateFlow to service for proper progress calculation - Enhanced: Timer state fully persisted and restored across process death - Verified: All notification channels properly configured (silent countdown, loud alarm)
1 parent f77690e commit 7b97acb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId = "me.aliahad.timemanager"
2525
minSdk = 31
2626
targetSdk = 36
27-
versionCode = 3
28-
versionName = "1.2.0"
27+
versionCode = 4
28+
versionName = "1.3.0"
2929

3030
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3131

0 commit comments

Comments
 (0)