Support library and plugin bump

This commit is contained in:
Andrew Rabert 2017-06-10 23:12:29 -04:00
parent 9ccd750d5a
commit 4a580af041
2 changed files with 14 additions and 15 deletions

View File

@ -39,7 +39,7 @@ dependencies {
buildscript {
ext.kotlin_version = '1.1.2-2'
ext.android_support_version = '25.3.1'
ext.android_support_version = '25.4.0'
repositories {
mavenCentral()
}

View File

@ -1,19 +1,18 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
}
}
allprojects {
repositories {
jcenter()
}
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
}