Bump targetSdk to 32

pull/1772/head
Quentin Hibon 2 years ago
parent 6b793c7c16
commit fe1cc8e84d

@ -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"
} }

Loading…
Cancel
Save