Skip to content

Commit e9517f7

Browse files
committed
Bump targetSdk to 36
1 parent 12cc70a commit e9517f7

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
@@ -41,14 +41,13 @@ kotlin {
4141

4242
android {
4343
namespace = "org.isoron.uhabits"
44-
compileSdk = 35
45-
// compileSdkPreview = "VanillaIceCream"
44+
compileSdk = 36
4645

4746
defaultConfig {
4847
versionCode = 20200
4948
versionName = "2.2.0"
5049
minSdk = 28
51-
targetSdk = 35
50+
targetSdk = 36
5251
applicationId = "org.isoron.uhabits"
5352
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5453
}

0 commit comments

Comments
 (0)