Bump targetSdk to 32

This commit is contained in:
Quentin Hibon
2023-07-26 01:18:35 +02:00
parent 8e4274d923
commit 35097e1263

View File

@@ -38,7 +38,7 @@ android {
versionCode = 20200 versionCode = 20200
versionName = "2.2.0" versionName = "2.2.0"
minSdk = 28 minSdk = 28
targetSdk = 31 targetSdk = 32
applicationId = "org.isoron.uhabits" applicationId = "org.isoron.uhabits"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }