Skip to content

Commit 191c78e

Browse files
committed
Version 1.3.1
1 parent 94eb427 commit 191c78e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The compat library may be found on jcenter repository. Add it to your project by
2828
following dependency:
2929

3030
```Groovy
31-
implementation 'no.nordicsemi.android.support.v18:scanner:1.3.0'
31+
implementation 'no.nordicsemi.android.support.v18:scanner:1.3.1'
3232
```
3333

3434
## API
@@ -95,7 +95,7 @@ without starting BLE scans themselves.
9595
3 first modes are emulated on Android 4.3 and 4.4.x by starting a handler task that scans for a period of time
9696
and rests in between. To set scanning and rest intervals use `Builder#setPowerSave(long,long)`.
9797

98-
Oportunistic scanning is not possible to emulate and will fallback to `SCAN_MODE_LOW_POWER` on Lollipop and
98+
Opportunistic scanning is not possible to emulate and will fallback to `SCAN_MODE_LOW_POWER` on Lollipop and
9999
power save settings on pre-Lollipop devices. That means that this library actually will initiate scanning
100100
on its own. This may have impact on battery consumption and should be used with care.
101101

scanner/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
1515
ext {
1616
PUBLISH_GROUP_ID = 'no.nordicsemi.android.support.v18'
1717
PUBLISH_ARTIFACT_ID = 'scanner'
18-
PUBLISH_VERSION = '1.3.0'
18+
PUBLISH_VERSION = '1.3.1'
1919
2020
bintrayRepo = 'android'
2121
bintrayName = 'no.nordicsemi.android.support.v18:scanner'
@@ -45,8 +45,8 @@ android {
4545
defaultConfig {
4646
minSdkVersion 18
4747
targetSdkVersion 28
48-
versionCode 7
49-
versionName "1.3.0"
48+
versionCode 8
49+
versionName "1.3.1"
5050

5151
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
5252
}

0 commit comments

Comments
 (0)