mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
fix: add androidx.test:rules library
This commit is contained in:
parent
f4a0e1ec78
commit
cd49902ca3
@ -56,6 +56,8 @@ dependencies {
|
|||||||
androidTestImplementation('androidx.test.espresso:espresso-web:3.1.1', {
|
androidTestImplementation('androidx.test.espresso:espresso-web:3.1.1', {
|
||||||
exclude group: 'androidx.test.espresso', module: 'androidx.annotation'
|
exclude group: 'androidx.test.espresso', module: 'androidx.annotation'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
androidTestImplementation 'androidx.test:rules:1.4.0'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
Loading…
Reference in New Issue
Block a user