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