Merge "Updating gradle and build tools version" into ub-launcher3-dorval

This commit is contained in:
TreeHugger Robot 2017-04-13 18:46:17 +00:00 committed by Android (Google) Code Review
commit 950825d948
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,10 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.0'
}
}
@ -13,7 +14,7 @@ apply plugin: 'com.google.protobuf'
android {
compileSdkVersion 26
buildToolsVersion '24.0.0'
buildToolsVersion '26.0.0'
defaultConfig {
minSdkVersion 21
@ -61,6 +62,7 @@ android {
repositories {
mavenCentral()
jcenter()
}
final String SUPPORT_LIBS_VERSION = '26.0.0-SNAPSHOT'