Gradle wrapper and dependency versions bumped

This commit is contained in:
2017-04-04 06:29:44 +02:00
parent e93dc43f89
commit 61c9cde2f5
6 changed files with 25 additions and 19 deletions

View File

@ -10,6 +10,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.14.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@ -17,6 +18,8 @@ buildscript {
}
allprojects {
apply plugin: 'com.github.ben-manes.versions'
repositories {
jcenter()
mavenCentral()