Target API level 34

This commit is contained in:
M66B 2023-06-09 17:06:22 +02:00
parent b3655b404c
commit b621d92308
1 changed files with 3 additions and 3 deletions

View File

@ -16,15 +16,15 @@ if (rootProject.file("local.properties").exists())
localProperties.load(new FileInputStream(rootProject.file("local.properties")))
android {
compileSdkVersion 33
compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
compileSdkVersion 34
//compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
namespace 'eu.faircode.email'
// https://apilevels.com/
defaultConfig {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode getVersionCode()
versionName "1." + getVersionCode()
archivesBaseName = "FairEmail-v$versionName" + getRevision()