1
0
Fork 0
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:
M66B 2022-03-07 21:26:08 +01:00
parent bcfa9ddb4a
commit 61f38e7e10

View file

@ -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()