2014-09-25 14:19:23 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-12-11 18:58:22 +01:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.faizmalkani.floatingactionbutton"
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="1.0" >
|
|
|
|
|
|
|
|
<uses-sdk
|
|
|
|
android:minSdkVersion="7"
|
|
|
|
android:targetSdkVersion="21" />
|
|
|
|
|
|
|
|
<application android:allowBackup="true" >
|
|
|
|
</application>
|
|
|
|
|
2014-09-25 14:19:23 +02:00
|
|
|
</manifest>
|