Bump targetSdk to 34

This commit is contained in:
2023-11-27 20:43:34 -06:00
parent dee93fde8f
commit 70fe513e52
3 changed files with 6 additions and 6 deletions

View File

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