Skip to content

Instantly share code, notes, and snippets.

@gthb619
gthb619 / AndroidManifest.xml
Last active August 29, 2015 14:26 — forked from vikrum/AndroidManifest.xml
Firebase+Android sample app with background Service + local notifications: updated for Android 5.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.bgfirebaseapp"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="17" />