We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b7d2c commit 0db8eb8Copy full SHA for 0db8eb8
app/build.gradle
@@ -24,12 +24,12 @@ android {
24
}
25
26
namespace 'au.id.colby.nfcquicksettings'
27
- compileSdkPreview "VanillaIceCream"
+ compileSdk 35
28
29
defaultConfig {
30
applicationId "au.id.colby.nfcquicksettings"
31
minSdk 24
32
- targetSdkPreview "VanillaIceCream"
+ targetSdk 35
33
versionCode 11
34
versionName "1.4.2-pre"
35
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments