Skip to content

Commit

Permalink
Revert to SDK 33
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jun 14, 2023
1 parent f399fd0 commit e611377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -16,15 +16,15 @@ if (rootProject.file("local.properties").exists())
localProperties.load(new FileInputStream(rootProject.file("local.properties")))

android {
compileSdkVersion 34
//compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
compileSdkVersion 33
compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
namespace 'eu.faircode.email'

// https://apilevels.com/
defaultConfig {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 33
versionCode getVersionCode()
versionName "1." + getVersionCode()
archivesBaseName = "FairEmail-v$versionName" + getRevision()
Expand Down

0 comments on commit e611377

Please sign in to comment.