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")))
android {
compileSdkVersion 34
//compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions
namespace 'eu.faircode.email'
// https://apilevels.com/
defaultConfig {
applicationId "eu.faircode.email"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34
versionCode getVersionCode()

Loading…
Cancel
Save