Bump targedSdk to 35

pull/1514/merge
Alinson S. Xavier 8 months ago
parent 22331ed364
commit 280a5ddceb

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

Loading…
Cancel
Save