mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Cleaned up build.gradle
This commit is contained in:
parent
e22684de17
commit
d515daec89
1 changed files with 0 additions and 8 deletions
|
@ -48,14 +48,6 @@ android {
|
|||
}
|
||||
|
||||
}
|
||||
// Without this parameter, all builds fail with error:
|
||||
// Execution failed for task ':mergeArmeabiDebugResources'.
|
||||
// > Some file crunching failed, see logs for details
|
||||
// https://code.google.com/p/android/issues/detail?id=163378
|
||||
aaptOptions.setProperty("cruncherEnabled", false)
|
||||
|
||||
// We haven't upgraded to the new HTTP library yet.
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
Loading…
Reference in a new issue