From 020decd7073c84b5542d32eeaf3aafe371415093 Mon Sep 17 00:00:00 2001 From: Wes Gorgichuk Date: Thu, 26 Jul 2018 09:32:28 -0700 Subject: [PATCH] Update gradle versions for ReactNative 0.55.4 support. --- android/build.gradle | 8 ++++---- android/gradle/wrapper/gradle-wrapper.properties | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index dbaa9fc..5d96cc1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,11 +5,10 @@ project.ext { buildscript { repositories { jcenter() - google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:2.2.3' } } @@ -31,11 +30,12 @@ android { } repositories { + jcenter() mavenCentral() } dependencies { - implementation 'com.facebook.react:react-native:+' - implementation 'com.android.support:customtabs:23.+' + compile 'com.facebook.react:react-native:+' + compile 'com.android.support:customtabs:23.+' } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 1fa20dd..dbdc05d 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,5 @@ -#Wed Feb 21 23:07:04 CET 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip