aboutsummaryrefslogtreecommitdiff
path: root/android/build.gradle
diff options
context:
space:
mode:
authorBenoit Marty <benoit.marty@gmail.com>2018-06-26 10:39:33 +0200
committerHubert Chathi <hubert@uhoreg.ca>2018-06-27 14:00:20 -0400
commit44c5923522844343d4cb0c029fc548ba76dad95d (patch)
tree6ae9bba4389f12f13c907115eeb6b2ad0a1e87fc /android/build.gradle
parented7649d71eb3db6a7cd3d96e461cfc2d095ddbb1 (diff)
Upgrade tools
gradle 2.14.1 to 4.7 build tools 21.1.2 to 27.0.3 build gradle 2.1.3 to 3.1.3
Diffstat (limited to 'android/build.gradle')
-rw-r--r--android/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 77ce66e..ad6a928 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
+ google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.1.3'
+ classpath 'com.android.tools.build:gradle:3.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -15,6 +16,7 @@ buildscript {
allprojects {
repositories {
jcenter()
+ google()
}
}