mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Target Android 12L
This commit is contained in:
parent
bcfa9ddb4a
commit
61f38e7e10
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ if (rootProject.file("local.properties").exists())
|
|||
localProperties.load(new FileInputStream(rootProject.file("local.properties")))
|
||||
|
||||
android {
|
||||
compileSdkVersion 31
|
||||
compileSdkVersion 32
|
||||
|
||||
defaultConfig {
|
||||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
targetSdkVersion 32
|
||||
versionCode getVersionCode()
|
||||
versionName "1." + getVersionCode()
|
||||
archivesBaseName = "FairEmail-v$versionName" + getRevision()
|
||||
|
|
Loading…
Reference in a new issue