You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2017/11/30 18:57:55 UTC

[cordova-android] 05/05: CB-13622: Testing commit

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

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

commit 99d5b4d9823f23b817354c11358c82d93f0f534e
Author: Joe Bowser <bo...@apache.org>
AuthorDate: Thu Nov 30 10:56:28 2017 -0800

    CB-13622: Testing commit
---
 test/app/build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/app/build.gradle b/test/app/build.gradle
index a5310b2..a995781 100644
--- a/test/app/build.gradle
+++ b/test/app/build.gradle
@@ -38,12 +38,12 @@ android {
 }
 
 dependencies {
-    implementation fileTree(dir: 'libs', include: ['*.jar'])
-    implementation project(path: ":CordovaLib")
+    implementation fileTree(include: ['*.jar'], dir: 'libs')
+    implementation project(path: ':CordovaLib')
     androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
         exclude group: 'com.android.support', module: 'support-annotations'
     })
-    androidTestImplementation ('com.android.support.test.espresso:espresso-web:2.2.2', {
+    androidTestImplementation('com.android.support.test.espresso:espresso-web:2.2.2', {
         exclude group: 'com.android.support', module: 'support-annotations'
     })
     implementation 'com.android.support:appcompat-v7:26.1.0'

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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