diff --git a/app/build.gradle b/app/build.gradle index b66bac6dc6..08c0f589c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"