Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
AndroidManifest.xml
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools"
4 android:versionCode="@VISP_VERSION_MAJOR@@VISP_VERSION_MINOR@@VISP_VERSION_PATCH@0"
5 android:versionName="@VISP_VERSION@">
6
7 <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="21" />
8</manifest>