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:
parent
fb575b3a53
commit
fe4e7ebeeb
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue