SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / LivioSdlUtilities / bin / AndroidManifest.xml
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2     package="com.livio.sdl"
3     android:versionCode="1"
4     android:versionName="1.0" >
5     
6     <uses-sdk
7         android:minSdkVersion="9"
8         android:targetSdkVersion="18" />
9
10     <application
11         android:allowBackup="true"
12         android:icon="@drawable/ic_launcher"
13         android:theme="@style/AppTheme" >
14     </application>
15
16 </manifest>