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:
parent
25fc3a427c
commit
fd84ec53e7
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ android {
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
debuggable true
|
debuggable true
|
||||||
testCoverageEnabled true
|
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
|
|
Loading…
Reference in a new issue