aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/notification/android-sources/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/androidextras/notification/android-sources/AndroidManifest.xml')
-rw-r--r--examples/androidextras/notification/android-sources/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/androidextras/notification/android-sources/AndroidManifest.xml b/examples/androidextras/notification/android-sources/AndroidManifest.xml
index 243c9ef..e7820e1 100644
--- a/examples/androidextras/notification/android-sources/AndroidManifest.xml
+++ b/examples/androidextras/notification/android-sources/AndroidManifest.xml
@@ -36,7 +36,7 @@
<!-- Splash screen -->
</activity>
</application>
- <uses-sdk android:minSdkVersion="16" />
+ <uses-sdk android:minSdkVersion="21" />
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
<!-- %%INSERT_PERMISSIONS -->
<uses-permission android:name="android.permission.INTERNET"/>