1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 22:31:16 +00:00

Cleaned up build.gradle

This commit is contained in:
Felix Ableitner 2016-10-04 17:22:21 +09:00
parent e22684de17
commit d515daec89

View file

@ -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 { signingConfigs {
release { release {