mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Compile for Android 11
This commit is contained in:
parent
286a8fd373
commit
33197b39e4
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ def keystoreProperties = new Properties()
|
|||
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
versionCode 1199
|
||||
versionName "1.1199"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
|
Loading…
Reference in a new issue