Skip to content

Commit 280a5dd

Browse files
committed
Bump targedSdk to 35
1 parent 22331ed commit 280a5dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

uhabits-android/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,14 @@ kotlin {
4343
android {
4444

4545
namespace = "org.isoron.uhabits"
46-
compileSdk = 34
46+
compileSdk = 35
4747
// compileSdkPreview = "VanillaIceCream"
4848

4949
defaultConfig {
5050
versionCode = 20200
5151
versionName = "2.2.0"
5252
minSdk = 28
53-
targetSdk = 34
54-
// targetSdkPreview = "VanillaIceCream"
53+
targetSdk = 35
5554
applicationId = "org.isoron.uhabits"
5655
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5756
}

0 commit comments

Comments
 (0)