summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2018-02-15 17:49:42 -0800
committerMaurice Lam <yukl@google.com>2018-02-17 00:07:05 +0000
commit5a94caca34f577b8c6d4d65acc00c8acf9666855 (patch)
treec81857e6838bf684e16b40177a41bbbd9d580653 /tools
parentaf1e11f0746eb35cf2d624cef59876aba86676d0 (diff)
downloadsetupwizard-5a94caca34f577b8c6d4d65acc00c8acf9666855.tar.gz
Build against SDK 28
buttonCornerRadius was an attribute new in API 28. Bug: 73252680 Test: ./gradlew test connectedAndroidTest Change-Id: If8a98ef5c299f756830844ebe241d08be5126110
Diffstat (limited to 'tools')
-rw-r--r--tools/gradle/android.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gradle/android.properties b/tools/gradle/android.properties
index 3795eee..f62de66 100644
--- a/tools/gradle/android.properties
+++ b/tools/gradle/android.properties
@@ -1,6 +1,6 @@
// Set the default SDK and build tools version for all apps
-compileSdkVersion 27
-buildToolsVersion = '27.0.0'
+compileSdkVersion 28
+buildToolsVersion = '28.0.0'
// enable Java7
compileOptions.sourceCompatibility JavaVersion.VERSION_1_7