aboutsummaryrefslogtreecommitdiff
path: root/input/autofill
diff options
context:
space:
mode:
authorFelipe Leme <felipeal@google.com>2018-09-24 17:00:01 -0700
committerFelipe Leme <felipeal@google.com>2018-09-25 14:01:04 -0700
commit856d28bb1e59b5d39899fa4795045267280dd20d (patch)
tree6f02c6af86a6c233061986958457d6357782a59e /input/autofill
parent51ed7ec29ca8c34ddfe3da070ca699228515deae (diff)
downloadandroid-856d28bb1e59b5d39899fa4795045267280dd20d.tar.gz
Fixed Autofill sample to use API 28 instead of Android-P
Test: ./gradlew installDebug Fixes: 115774490 Change-Id: I06cc4512f21b6e8d49cab70a4641d73917cc578d
Diffstat (limited to 'input/autofill')
-rw-r--r--input/autofill/AutofillFramework/Application/build.gradle2
-rw-r--r--input/autofill/AutofillFramework/afservice/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/input/autofill/AutofillFramework/Application/build.gradle b/input/autofill/AutofillFramework/Application/build.gradle
index 50bbdc33..fc7d19e3 100644
--- a/input/autofill/AutofillFramework/Application/build.gradle
+++ b/input/autofill/AutofillFramework/Application/build.gradle
@@ -7,7 +7,7 @@ List<String> dirs = [
'main'] // main sample code; look here for the interesting stuff.
android {
- compileSdkVersion "android-P"
+ compileSdkVersion 28
defaultConfig {
minSdkVersion 26
diff --git a/input/autofill/AutofillFramework/afservice/build.gradle b/input/autofill/AutofillFramework/afservice/build.gradle
index f6142077..0d8bd197 100644
--- a/input/autofill/AutofillFramework/afservice/build.gradle
+++ b/input/autofill/AutofillFramework/afservice/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion "android-P"
+ compileSdkVersion 28
defaultConfig {
minSdkVersion 26