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/07/27 05:23:12 UTC

[cordova-android] branch ci/connectedAndroidTest updated: 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


The following commit(s) were added to refs/heads/ci/connectedAndroidTest by this push:
     new c16e5d0  fix: add androidx.test:rules library
c16e5d0 is described below

commit c16e5d0585844f1090095dd43ff224f52cbbf801
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