aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@users.noreply.github.com>2018-11-23 13:24:37 -0500
committerGitHub <noreply@github.com>2018-11-23 13:24:37 -0500
commitf49a8a01b28271d236cde6e5c93d76f88e5c3e36 (patch)
tree739d3a1c65d26930398e06f257bfab25d800891f /build.gradle
parent800b2ba177fea614d4363857714698123265ab22 (diff)
parent7ab937c9748e91dc490f52e7663f1bf6281b494e (diff)
downloaddsub-f49a8a01b28271d236cde6e5c93d76f88e5c3e36.tar.gz
dsub-f49a8a01b28271d236cde6e5c93d76f88e5c3e36.tar.bz2
dsub-f49a8a01b28271d236cde6e5c93d76f88e5c3e36.zip
Merge pull request #913 from vrih/feature/gradle-3
Upgrade to gradle 3.2.1
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index d5dfdd4f..3fc890c1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,9 +7,10 @@ buildscript {
url 'https://maven.google.com/'
name 'Google'
}
+ google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.3.3'
+ classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files