Gradle wrapper and dependency versions bumped
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user