mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Target API level 34
This commit is contained in:
parent
b3655b404c
commit
b621d92308
1 changed files with 3 additions and 3 deletions
|
@ -16,15 +16,15 @@ if (rootProject.file("local.properties").exists())
|
||||||
localProperties.load(new FileInputStream(rootProject.file("local.properties")))
|
localProperties.load(new FileInputStream(rootProject.file("local.properties")))
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 33
|
compileSdkVersion 34
|
||||||
compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
|
//compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
|
||||||
namespace 'eu.faircode.email'
|
namespace 'eu.faircode.email'
|
||||||
|
|
||||||
// https://apilevels.com/
|
// https://apilevels.com/
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "eu.faircode.email"
|
applicationId "eu.faircode.email"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 34
|
||||||
versionCode getVersionCode()
|
versionCode getVersionCode()
|
||||||
versionName "1." + getVersionCode()
|
versionName "1." + getVersionCode()
|
||||||
archivesBaseName = "FairEmail-v$versionName" + getRevision()
|
archivesBaseName = "FairEmail-v$versionName" + getRevision()
|
||||||
|
|
Loading…
Reference in a new issue