1
0
Fork 0
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:
Lode Hoste 2015-03-24 22:25:03 +01:00
parent aa8cd0a26c
commit 3784134bea

View file

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