Target Android 12L

pull/207/head
M66B 4 years ago
parent bcfa9ddb4a
commit 61f38e7e10

@ -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…
Cancel
Save