Skip to content

Commit d61461b

Browse files
jeremistadlerwkh237
authored andcommitted
[Android] Update android gradle build version (joltup#396)
Change to jCenter because mavenCentral does not have the latest version of the package
1 parent 5e554ac commit d61461b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ repositories {
66

77
buildscript {
88
repositories {
9-
mavenCentral()
9+
jcenter()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:2.0.0'
12+
classpath 'com.android.tools.build:gradle:2.3.3'
1313
}
1414
}
1515

0 commit comments

Comments
 (0)