]> sigrok.org Git - sigrok-androidutils.git/blame - AndroidManifest.xml.in
Makefile.am: Force Java source/target version to 1.6.
[sigrok-androidutils.git] / AndroidManifest.xml.in
CommitLineData
711d21ce
MC
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3
4 This file is part of the sigrok-androidutils project.
5
6 Copyright (C) 2016 Marcus Comstedt <marcus@mc.pp.se>
7
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21-->
22<manifest xmlns:android="http://schemas.android.com/apk/res/android"
23 package="org.sigrok.sigrok-core-android"
24 android:versionCode="${bindings.versioncode}"
25 android:versionName="${bindings.version}" >
26
27 <uses-sdk
28 android:minSdkVersion="12" />
29
30 <application>
31 <meta-data android:name="org.sigrok.androidutils.jni_libs_resource_id" android:resource="@array/sigrok_androidutils_jni_libs"/>
f0d3cf4b 32 <meta-data android:name="org.sigrok.androidutils.device_filter_resource_id" android:resource="@xml/sigrok_androidutils_device_filter"/>
711d21ce
MC
33 </application>
34
35</manifest>