Skip to content

Commit cc58a76

Browse files
committed
Preparing for releasing app v0.0.3
1 parent 4792282 commit cc58a76

10 files changed

Lines changed: 6 additions & 3 deletions

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ You can also lookup values and convert them to human friendly strings:
118118
* First public release
119119
* v0.0.2:
120120
* Can now export scanned devices as a CSV file.
121-
121+
* v0.0.3:
122+
* UI Refresh.
123+
122124
## Permission Explanation
123125
You will need the following permissions to access the Bluetooth Hardware
124126

@@ -135,6 +137,7 @@ You will need the following permissions to access the Bluetooth Hardware
135137
![screenshot1](https://github.com/alt236/Bluetooth-LE-Library---Android/raw/master/screenshots/screenshot_1.png)
136138
![screenshot2](https://github.com/alt236/Bluetooth-LE-Library---Android/raw/master/screenshots/screenshot_2.png)
137139
![screenshot3](https://github.com/alt236/Bluetooth-LE-Library---Android/raw/master/screenshots/screenshot_3.png)
140+
![screenshot4](https://github.com/alt236/Bluetooth-LE-Library---Android/raw/master/screenshots/screenshot_4.png)
138141

139142
## Links
140143
* Github: [https://github.com/alt236/Bluetooth-LE-Library---Android]()

sample_app/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="uk.co.alt236.btlescan"
4-
android:versionCode="2"
5-
android:versionName="0.0.2" >
4+
android:versionCode="3"
5+
android:versionName="0.0.3" >
66

77
<uses-sdk
88
android:minSdkVersion="18"

screenshots/screenshot_1.png

19.5 KB
Loading

screenshots/screenshot_1_full.png

378 KB
Loading

screenshots/screenshot_2.png

-5.5 KB
Loading

screenshots/screenshot_2_full.png

269 KB
Loading

screenshots/screenshot_3.png

-7.68 KB
Loading

screenshots/screenshot_3_full.png

267 KB
Loading

screenshots/screenshot_4.png

79.8 KB
Loading

screenshots/screenshot_4_full.png

287 KB
Loading

0 commit comments

Comments
 (0)