Skip to content

Commit 0db8eb8

Browse files
committed
Test Android 15 Beta
As opposed to Android 15 (VanillaIceCream) preview.
1 parent 57b7d2c commit 0db8eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ android {
2424
}
2525
}
2626
namespace 'au.id.colby.nfcquicksettings'
27-
compileSdkPreview "VanillaIceCream"
27+
compileSdk 35
2828

2929
defaultConfig {
3030
applicationId "au.id.colby.nfcquicksettings"
3131
minSdk 24
32-
targetSdkPreview "VanillaIceCream"
32+
targetSdk 35
3333
versionCode 11
3434
versionName "1.4.2-pre"
3535
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)