Implement runtime notification permission; bump targetSdk to 33

This commit is contained in:
2023-11-25 07:06:47 -06:00
parent 7735247521
commit ed8c60e52f
8 changed files with 66 additions and 18 deletions

View File

@@ -42,13 +42,13 @@ kotlin {
android {
compileSdk = 32
compileSdk = 33
defaultConfig {
versionCode = 20200
versionName = "2.2.0"
minSdk = 28
targetSdk = 32
targetSdk = 33
applicationId = "org.isoron.uhabits"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}