Save the icecream for later

master
M66B 2 months ago
parent ff409a6a40
commit b80578bd7a

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

Loading…
Cancel
Save