You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/08/02 05:30:48 UTC

[cordova-android] 02/04: fix: add androidx.test:rules library

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch ci/connectedAndroidTest
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit cd49902ca3cf9ba3afe1738c0572c1bf0a959559
Author: Erisu <el...@gmail.com>
AuthorDate: Tue Jul 27 14:22:52 2021 +0900

    fix: add androidx.test:rules library
---
 test/androidx/app/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/androidx/app/build.gradle b/test/androidx/app/build.gradle
index 747cecb..7d528b7 100644
--- a/test/androidx/app/build.gradle
+++ b/test/androidx/app/build.gradle
@@ -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()

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org