Bump targetSdk to 36

pull/2128/head
Alinson S. Xavier 6 months ago
parent 12cc70a51a
commit e9517f7378

@ -41,14 +41,13 @@ kotlin {
android {
namespace = "org.isoron.uhabits"
compileSdk = 35
// compileSdkPreview = "VanillaIceCream"
compileSdk = 36
defaultConfig {
versionCode = 20200
versionName = "2.2.0"
minSdk = 28
targetSdk = 35
targetSdk = 36
applicationId = "org.isoron.uhabits"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Loading…
Cancel
Save