|
|
@ -16,12 +16,12 @@ 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 31
|
|
|
|
compileSdkVersion 32
|
|
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "eu.faircode.email"
|
|
|
|
applicationId "eu.faircode.email"
|
|
|
|
minSdkVersion 21
|
|
|
|
minSdkVersion 21
|
|
|
|
targetSdkVersion 31
|
|
|
|
targetSdkVersion 32
|
|
|
|
versionCode getVersionCode()
|
|
|
|
versionCode getVersionCode()
|
|
|
|
versionName "1." + getVersionCode()
|
|
|
|
versionName "1." + getVersionCode()
|
|
|
|
archivesBaseName = "FairEmail-v$versionName" + getRevision()
|
|
|
|
archivesBaseName = "FairEmail-v$versionName" + getRevision()
|
|
|
|