mirror of
https://github.com/rad1o/hackrf_android.git
synced 2026-03-06 02:04:13 +01:00
13 lines
342 B
XML
13 lines
342 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mantz_it.hackrf_android"
|
|
android:versionCode="1"
|
|
android:versionName="1.0" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="12"
|
|
android:targetSdkVersion="19" />
|
|
|
|
<uses-feature android:name="android.hardware.usb.host" />
|
|
|
|
</manifest>
|