mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 17:26:12 +00:00
Save the icecream for later
This commit is contained in:
parent
ff409a6a40
commit
b80578bd7a
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ if (rootProject.file("local.properties").exists())
|
|||
|
||||
android {
|
||||
//compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
|
||||
compileSdkPreview "VanillaIceCream"
|
||||
//compileSdkPreview "VanillaIceCream"
|
||||
namespace 'eu.faircode.email'
|
||||
|
||||
// https://apilevels.com/
|
||||
|
@ -26,8 +26,8 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
compileSdk 34
|
||||
minSdkVersion 21
|
||||
//targetSdkVersion 34
|
||||
targetSdkPreview "VanillaIceCream"
|
||||
targetSdkVersion 34
|
||||
//targetSdkPreview "VanillaIceCream"
|
||||
versionCode getVersionCode()
|
||||
versionName "1." + getVersionCode()
|
||||
|
||||
|
|
Loading…
Reference in a new issue