1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Update the sdk version

This commit is contained in:
James Cotton 2012-08-04 21:00:25 -05:00
parent 20b585383d
commit a44e84ff9b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.openpilot.androidgcs" android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="7" />
<uses-sdk android:minSdkVersion="11" />
<uses-permission android:name="android.permission.INTERNET" />

View File

@ -8,4 +8,4 @@
# project structure.
# Project target.
target=Google Inc.:Google APIs:13
target=Google Inc.:Google APIs:16