mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +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', {
|
||||
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