Updated Manifests for release

This commit is contained in:
Alexandros Schillings
2014-03-27 16:56:23 +00:00
parent ab5b1f8641
commit 6ef451fe05
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.co.alt236.bluetoothlelib"
android:versionCode="1"
android:versionName="1.0" >
android:versionName="0.0.1" >
<uses-sdk
android:minSdkVersion="18"
@@ -14,4 +15,4 @@
android:theme="@style/AppTheme" >
</application>
</manifest>
</manifest>

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.co.alt236.btlescan"
android:versionCode="1"
android:versionName="1.0" >
android:versionName="0.0.1" >
<uses-sdk
android:minSdkVersion="18"