1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/androidgcs/AndroidManifest.xml

12 lines
369 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.openpilot.androidgcs"
android:versionCode="1"
android:versionName="1.0">
2011-03-01 08:23:10 +01:00
<uses-sdk android:minSdkVersion="7" />
<application android:icon="@drawable/icon" android:label="@string/app_name">
2011-03-01 08:23:10 +01:00
</application>
</manifest>