Skip to content

Commit 8443feb

Browse files
committed
gradle upgraded
1 parent 11cba49 commit 8443feb

File tree

3 files changed

+1981
-1973
lines changed

3 files changed

+1981
-1973
lines changed

android/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
buildscript {
44
repositories {
5+
google()
6+
maven {
7+
url 'https://maven.google.com/'
8+
name 'Google'
9+
}
510
jcenter()
611
}
712
dependencies {
@@ -15,6 +20,7 @@ buildscript {
1520

1621
allprojects {
1722
repositories {
23+
google()
1824
mavenLocal()
1925
jcenter()
2026
maven {

android/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)