feat: add notifications_enabled toggle for users (web + Android)

This commit is contained in:
2026-06-13 17:28:59 -04:00
parent 4fa57e8688
commit 2c6728be12
12 changed files with 354 additions and 10 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId = "com.devlab.app"
minSdk = 26
targetSdk = 37
versionCode = 14
versionName = "1.8.2"
versionCode = 15
versionName = "1.8.3"
}
buildTypes {