Bump targedSdk to 35

This commit is contained in:
2025-02-08 20:58:23 -06:00
parent 22331ed364
commit 280a5ddceb

View File

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