1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-02 23:31:36 +00:00

Disable test coverage because it causes debugging problems.

https://code.google.com/p/android/issues/detail?id=177480
This commit is contained in:
Felix Ableitner 2016-02-11 22:27:24 +01:00
parent 25fc3a427c
commit fd84ec53e7

View file

@ -69,7 +69,6 @@ android {
debug { debug {
applicationIdSuffix ".debug" applicationIdSuffix ".debug"
debuggable true debuggable true
testCoverageEnabled true
} }
release { release {
minifyEnabled true minifyEnabled true