fix: notification worker reliability + version bump to 1.1.0
- Bump android versionCode=2 versionName=1.1.0 - NotificationWorker: use UPDATE policy to reschedule after login - Immediate notification check on login via LaunchedEffect - Added logging for debugging notification delivery - DB already has test notification inserted - Fixed admin app version form (POST redirect)
This commit is contained in:
@@ -12,8 +12,8 @@ android {
|
||||
applicationId = "com.devlab.app"
|
||||
minSdk = 26
|
||||
targetSdk = 37
|
||||
versionCode = 1
|
||||
versionName = "1.0.0"
|
||||
versionCode = 2
|
||||
versionName = "1.1.0"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user