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:
parent
3eaba8fca7
commit
045d084c6f
1 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue