You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2020/04/16 02:43:10 UTC

[cordova-android] branch master updated: test: synced androidx gradle versions to the same version as the android test (#959)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1ce2b6b  test: synced androidx gradle versions to the same version as the android test (#959)
1ce2b6b is described below

commit 1ce2b6b31500e38a195d9a6e18cfe1d48f27df81
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Wed Apr 15 23:42:33 2020 -0300

    test: synced androidx gradle versions to the same version as the android test (#959)
---
 test/androidx/app/build.gradle | 3 +++
 test/androidx/build.gradle     | 2 +-
 test/androidx/wrapper.gradle   | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/test/androidx/app/build.gradle b/test/androidx/app/build.gradle
index 5a02b76..54fa655 100644
--- a/test/androidx/app/build.gradle
+++ b/test/androidx/app/build.gradle
@@ -55,3 +55,6 @@ dependencies {
         exclude group: 'androidx.test.espresso', module: 'androidx.annotation'
     })
 }
+repositories {
+    jcenter()
+}
diff --git a/test/androidx/build.gradle b/test/androidx/build.gradle
index c9bf1e7..fbfcb27 100644
--- a/test/androidx/build.gradle
+++ b/test/androidx/build.gradle
@@ -28,7 +28,7 @@ buildscript {
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
 
-        classpath 'com.android.tools.build:gradle:3.3.0'
+        classpath 'com.android.tools.build:gradle:3.5.3'
     }
 }
 
diff --git a/test/androidx/wrapper.gradle b/test/androidx/wrapper.gradle
index 5dd3dbc..3980234 100644
--- a/test/androidx/wrapper.gradle
+++ b/test/androidx/wrapper.gradle
@@ -17,5 +17,5 @@
 */
 
 wrapper {
-    gradleVersion = '4.10.3'
+    gradleVersion = '6.1'
 }


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