re-add missing awaitility dependency in AndroidTest

This commit is contained in:
orionlee 2019-09-24 11:35:01 -07:00
parent 26b7f6c300
commit aeafb62a3c
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ dependencies {
implementation 'com.github.mfietz:fyydlin:v0.4.2'
implementation 'com.github.ByteHamster:SearchPreference:v1.3.0'
androidTestImplementation "org.awaitility:awaitility:$awaitilityVersion"
androidTestImplementation 'com.nanohttpd:nanohttpd-webserver:2.1.1'
androidTestImplementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion"
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'