aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/build.gradle')
-rw-r--r--android/WALT/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/WALT/build.gradle b/android/WALT/build.gradle
index aaedccb..6f09b25 100644
--- a/android/WALT/build.gradle
+++ b/android/WALT/build.gradle
@@ -2,10 +2,11 @@
buildscript {
repositories {
+ google()
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle-experimental:0.8.3'
+ classpath 'com.android.tools.build:gradle:3.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -14,6 +15,7 @@ buildscript {
allprojects {
repositories {
+ google()
jcenter()
maven { url "https://jitpack.io" }
}