Revert to target SDK 30

This commit is contained in:
M66B 2021-07-15 16:39:07 +02:00
parent 9692230c41
commit 6ba43cd0bb
1 changed files with 1 additions and 1 deletions

View File

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