Skip to content

Commit

Permalink
Move compileSdk to avaid a deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Apr 7, 2024
1 parent 673210e commit f5a6f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

android {
compileSdkVersion 33

defaultConfig {
applicationId "com.panoramagl.sample"
gradle.startParameter.taskNames.each {
Expand All @@ -15,6 +13,7 @@ android {
minSdkVersion 16
}
}
compileSdk 33
targetSdkVersion 33
versionCode getGitCommitCount()
versionName getTag()
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
}

android {
compileSdkVersion 33
ndkVersion "24.0.8215888"

defaultConfig {
Expand All @@ -16,6 +15,7 @@ android {
minSdkVersion 16
}
}
compileSdk 33
targetSdkVersion 33
}

Expand Down

0 comments on commit f5a6f07

Please sign in to comment.