robotium-solo : corrected its dependency as androidTestImplementation in app/

This commit is contained in:
orionlee 2018-03-13 12:28:13 -07:00
parent 95037f67ad
commit cd8f220ce0
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ dependencies {
exclude group: "org.json", module: "json"
}
implementation "commons-io:commons-io:$commonsioVersion"
implementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion"
implementation "org.jsoup:jsoup:$jsoupVersion"
implementation "com.github.bumptech.glide:glide:$glideVersion"
implementation "com.github.bumptech.glide:okhttp3-integration:$glideOkhttpIntegrationVersion@aar"