Updated gradle file

pull/213/head
M66B 2 years ago
parent 6dbb2242b6
commit 8f0a256c20

@ -16,13 +16,13 @@ if (rootProject.file("local.properties").exists())
localProperties.load(new FileInputStream(rootProject.file("local.properties"))) localProperties.load(new FileInputStream(rootProject.file("local.properties")))
android { android {
compileSdkVersion 34
//compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions //compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
namespace 'eu.faircode.email' namespace 'eu.faircode.email'
// https://apilevels.com/ // https://apilevels.com/
defaultConfig { defaultConfig {
applicationId "eu.faircode.email" applicationId "eu.faircode.email"
compileSdk 34
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode getVersionCode() versionCode getVersionCode()

Loading…
Cancel
Save