mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
14 lines
No EOL
347 B
XML
14 lines
No EOL
347 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest
|
|
package="com.getbase.floatingactionbutton"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:versionCode="15"
|
|
android:versionName="1.10.1" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="14"
|
|
android:targetSdkVersion="22" />
|
|
|
|
<application />
|
|
|
|
</manifest> |