Skip to content

Commit

Permalink
app: update compileSdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 committed Jun 19, 2024
1 parent 5f54138 commit 14ecd5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ fun loadPropertiesFromFile(fileName: String): Properties? {

android {
namespace = "com.sevtinge.hyperceiler"
compileSdk = 34
compileSdk = 35
buildToolsVersion = "35.0.0"

defaultConfig {
applicationId = namespace
Expand Down

0 comments on commit 14ecd5f

Please sign in to comment.