1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-01 03:45:10 +00:00

1.170 release

This commit is contained in:
M66B 2018-11-22 09:00:02 +01:00
parent 3eaba8fca7
commit 045d084c6f

View file

@ -6,8 +6,8 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 23
targetSdkVersion 28
versionCode 169
versionName "1.169"
versionCode 170
versionName "1.170"
archivesBaseName = "FairEmail-v$versionName"
javaCompileOptions {
@ -30,8 +30,8 @@ android {
}
debug {
debuggable = true
minifyEnabled = true
useProguard = true
minifyEnabled = false
useProguard = false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}