aboutsummaryrefslogtreecommitdiff
path: root/notification
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2017-03-20 20:04:34 -0700
committerTrevor Johns <trevorjohns@google.com>2017-03-20 20:06:04 -0700
commit70c3682aa594043660cf87784305b2a7f997400c (patch)
treeab2be0f5e97f9c9f8516e5859a1ff71d2b0b449f /notification
parent30d9b7b4a477306d00599d32280511a3fdc38f37 (diff)
downloadandroid-70c3682aa594043660cf87784305b2a7f997400c.tar.gz
NotificationChannels sample: Update minSdk to 21
Test: manual Change-Id: I992229d9379bca198041c5ef398ca26f988a17d3
Diffstat (limited to 'notification')
-rw-r--r--notification/NotificationChannels/template-params.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/notification/NotificationChannels/template-params.xml b/notification/NotificationChannels/template-params.xml
index ec28ae4a..63f2467a 100644
--- a/notification/NotificationChannels/template-params.xml
+++ b/notification/NotificationChannels/template-params.xml
@@ -22,7 +22,7 @@
<package>com.example.android.notificationchannels</package>
<!-- change minSdk if needed-->
- <minSdk>16</minSdk>
+ <minSdk>21</minSdk>
<compileSdkVersion>"android-O"</compileSdkVersion>
<!-- Include additional dependencies here.-->