Merge "NotificationChannels sample: Update minSdk to 21"
diff --git a/notification/NotificationChannels/template-params.xml b/notification/NotificationChannels/template-params.xml
index ec28ae4..63f2467 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.-->