mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Fix invalid port reference when running unit tests on a mockwebserver
See https://github.com/square/okhttp/pull/1194
This commit is contained in:
parent
aa8cd0a26c
commit
3784134bea
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ repositories {
|
|||
dependencies {
|
||||
compile 'com.android.support:appcompat-v7:21.0.3'
|
||||
compile 'com.android.support:support-v4-preferencefragment:1.0.0@aar'
|
||||
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.2.0'
|
||||
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.3.0'
|
||||
}
|
||||
|
||||
preBuild {
|
||||
|
|
Loading…
Reference in a new issue