Time for icecream

This commit is contained in:
M66B 2024-05-17 13:48:43 +02:00
parent 1489dcb775
commit 153bf8b577
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ if (rootProject.file("local.properties").exists())
android {
//compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
compileSdkPreview "VanillaIceCream"
namespace 'eu.faircode.email'
// https://apilevels.com/
@ -25,7 +26,8 @@ android {
applicationId "eu.faircode.email"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34
//targetSdkVersion 34
targetSdkPreview "VanillaIceCream"
versionCode getVersionCode()
versionName "1." + getVersionCode()