forked from github/cordova-android
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', {
|
||||
exclude group: 'androidx.test.espresso', module: 'androidx.annotation'
|
||||
})
|
||||
|
||||
androidTestImplementation 'androidx.test:rules:1.4.0'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
|
Loading…
Reference in New Issue
Block a user