mirror of https://github.com/M66B/FairEmail.git
Revert to SDK 33
Because: https://github.com/open-keychain/open-keychain/issues/2836
This commit is contained in:
parent
f399fd0f7a
commit
e61137747a
|
@ -16,15 +16,15 @@ if (rootProject.file("local.properties").exists())
|
|||
localProperties.load(new FileInputStream(rootProject.file("local.properties")))
|
||||
|
||||
android {
|
||||
compileSdkVersion 34
|
||||
//compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
|
||||
compileSdkVersion 33
|
||||
compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
|
||||
namespace 'eu.faircode.email'
|
||||
|
||||
// https://apilevels.com/
|
||||
defaultConfig {
|
||||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
targetSdkVersion 33
|
||||
versionCode getVersionCode()
|
||||
versionName "1." + getVersionCode()
|
||||
archivesBaseName = "FairEmail-v$versionName" + getRevision()
|
||||
|
|
Loading…
Reference in New Issue