Switch to our own CI image

This commit is contained in:
Torsten Grote
2018-05-17 18:25:41 -03:00
parent f31219d54b
commit 682bee1486
2 changed files with 15 additions and 16 deletions

View File

@@ -256,11 +256,13 @@ android {
resValue "string", "app_name", "Briar Debug"
shrinkResources false
minifyEnabled true
crunchPngs false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
release {
shrinkResources true
minifyEnabled true
crunchPngs false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
@@ -276,10 +278,6 @@ android {
}
}
aaptOptions {
cruncherEnabled = false
}
lintOptions {
warning 'MissingTranslation'
warning 'ImpliedQuantity'