Skip to content

Commit

Permalink
Merge pull request #141 from imashnake0/target-sdk35
Browse files Browse the repository at this point in the history
Target SDK35
  • Loading branch information
imashnake0 authored Jul 14, 2024
2 parents 7c4858f + 9178c5d commit 853da1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ include(
)

android {
buildToolsVersion = "34.0.0"
compileSdk = 34
buildToolsVersion = "35.0.0"
compileSdk = 35
minSdk = 29
}

Expand Down

0 comments on commit 853da1f

Please sign in to comment.