Revert to target SDK 30

pull/200/head
M66B 4 years ago
parent 9692230c41
commit 6ba43cd0bb

@ -17,7 +17,7 @@ android {
defaultConfig { defaultConfig {
applicationId "eu.faircode.email" applicationId "eu.faircode.email"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 30
versionCode getVersionCode() versionCode getVersionCode()
versionName "1." + getVersionCode() versionName "1." + getVersionCode()
archivesBaseName = "FairEmail-v$versionName" archivesBaseName = "FairEmail-v$versionName"

Loading…
Cancel
Save