Compile for Android 11

This commit is contained in:
M66B 2020-06-13 21:45:12 +02:00
parent 286a8fd373
commit 33197b39e4
1 changed files with 2 additions and 2 deletions

View File

@ -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"