mirror of
https://github.com/rad1o/hackrf_android.git
synced 2026-02-19 19:11:22 +01:00
18 lines
475 B
XML
18 lines
475 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="14"
|
|
android:targetSdkVersion="19" />
|
|
|
|
<application
|
|
android:allowBackup="true"
|
|
android:icon="@drawable/ic_launcher"
|
|
android:label="@string/app_name"
|
|
android:theme="@style/AppTheme" >
|
|
</application>
|
|
|
|
</manifest>
|