Merge "Update gradle version and buildToolsVersion in Launcher3 build.gradle file." into ub-launcher3-master

This commit is contained in:
Rajeev Kumar 2018-10-25 18:04:47 +00:00 committed by Android (Google) Code Review
commit 2f586e4aa4
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-rc03'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.6'
}
}
@ -16,7 +16,7 @@ apply plugin: 'com.google.protobuf'
android {
compileSdkVersion 28
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 21