Files
Bluetooth-LE-Library-Android/library/AndroidManifest.xml
Alexandros Schillings e28d698ba9 Preparing to relase v0.0.2
2014-04-24 16:08:42 +01:00

18 lines
515 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.co.alt236.bluetoothlelib"
android:versionCode="2"
android:versionName="0.0.2" >
<uses-sdk
android:minSdkVersion="18"
android:targetSdkVersion="18" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>
</manifest>