forked from loafle/openapi-generator-original
[android][volley] Remove unused robolectric test dependency (#19022)
Causes failures like: Configuration `:debugUnitTestRuntimeClasspath` contains AndroidX dependencies, but the `android.useAndroidX` property is not enabled, which may cause runtime issues.
This commit is contained in:
parent
9c26848f11
commit
44e9ff58bd
@ -58,8 +58,6 @@ ext {
|
|||||||
httpmime_version = "4.5.14"
|
httpmime_version = "4.5.14"
|
||||||
volley_version = "1.2.1"
|
volley_version = "1.2.1"
|
||||||
junit_version = "4.13.2"
|
junit_version = "4.13.2"
|
||||||
robolectric_version = "4.5.1"
|
|
||||||
concurrent_unit_version = "0.4.6"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@ -73,8 +71,6 @@ dependencies {
|
|||||||
}
|
}
|
||||||
implementation "com.android.volley:volley:${volley_version}"
|
implementation "com.android.volley:volley:${volley_version}"
|
||||||
testImplementation "junit:junit:$junit_version"
|
testImplementation "junit:junit:$junit_version"
|
||||||
testImplementation "org.robolectric:robolectric:${robolectric_version}"
|
|
||||||
testImplementation "net.jodah:concurrentunit:${concurrent_unit_version}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
|
@ -38,8 +38,6 @@ ext {
|
|||||||
httpmime_version = "4.5.14"
|
httpmime_version = "4.5.14"
|
||||||
volley_version = "1.2.1"
|
volley_version = "1.2.1"
|
||||||
junit_version = "4.13.2"
|
junit_version = "4.13.2"
|
||||||
robolectric_version = "4.5.1"
|
|
||||||
concurrent_unit_version = "0.4.6"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@ -53,8 +51,6 @@ dependencies {
|
|||||||
}
|
}
|
||||||
implementation "com.android.volley:volley:${volley_version}"
|
implementation "com.android.volley:volley:${volley_version}"
|
||||||
testImplementation "junit:junit:$junit_version"
|
testImplementation "junit:junit:$junit_version"
|
||||||
testImplementation "org.robolectric:robolectric:${robolectric_version}"
|
|
||||||
testImplementation "net.jodah:concurrentunit:${concurrent_unit_version}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user