Revert "Target Android S"

This reverts commit b5160a2be9.
This commit is contained in:
M66B 2021-03-27 19:37:24 +01:00
parent fbc8112104
commit 997cded2dc
1 changed files with 1 additions and 1 deletions

View File

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