Skip to content

Commit

Permalink
Bump targedSdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Feb 9, 2025
1 parent 22331ed commit 280a5dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions uhabits-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 280a5dd

Please sign in to comment.