Preparing for releasing app v0.0.3
@@ -118,7 +118,9 @@ You can also lookup values and convert them to human friendly strings:
|
||||
* First public release
|
||||
* v0.0.2:
|
||||
* Can now export scanned devices as a CSV file.
|
||||
|
||||
* v0.0.3:
|
||||
* UI Refresh.
|
||||
|
||||
## Permission Explanation
|
||||
You will need the following permissions to access the Bluetooth Hardware
|
||||
|
||||
@@ -135,6 +137,7 @@ You will need the following permissions to access the Bluetooth Hardware
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Links
|
||||
* Github: [https://github.com/alt236/Bluetooth-LE-Library---Android]()
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="uk.co.alt236.btlescan"
|
||||
android:versionCode="2"
|
||||
android:versionName="0.0.2" >
|
||||
android:versionCode="3"
|
||||
android:versionName="0.0.3" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="18"
|
||||
|
||||
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 378 KiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 269 KiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 267 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 287 KiB |