1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Target Android Q

This commit is contained in:
M66B 2019-06-06 10:53:47 +02:00
parent fb575b3a53
commit fe4e7ebeeb

View file

@ -7,11 +7,11 @@ def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode 529
versionName "1.529"
archivesBaseName = "FairEmail-v$versionName"