Set target SDK version to 26, upgrade support library.

This commit is contained in:
akwizgran
2017-10-11 18:21:25 +01:00
parent 92748ac872
commit b56724dee5
5 changed files with 31 additions and 26 deletions

View File

@@ -4,9 +4,7 @@ allprojects {
repositories {
jcenter()
mavenLocal()
maven {
url 'https://maven.google.com'
}
google()
}
}
@@ -14,10 +12,10 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven {
url "https://plugins.gradle.org/m2/"
}
google()
maven {
url 'https://plugins.gradle.org/m2/'
}
}
dependencies {