Skip to content

Commit

Permalink
compile app using android 15 preview sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed May 23, 2024
1 parent a7840d1 commit 8528b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def getVersionName = {
}

android {
compileSdk 34
compileSdkPreview "VanillaIceCream"
packagingOptions {
resources {
excludes += ['META-INF/LICENSE', 'META-INF/NOTICE']
Expand All @@ -114,7 +114,7 @@ android {

defaultConfig {
//noinspection OldTargetApi
targetSdkVersion 35
targetSdkPreview "VanillaIceCream"
minSdkVersion 21 // Android 5.0
versionCode getVersionCode()
versionName getVersionName()
Expand Down

0 comments on commit 8528b1b

Please sign in to comment.