robotium-solo : corrected its dependency as androidTestImplementation in app/
This commit is contained in:
parent
95037f67ad
commit
cd8f220ce0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue