File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The compat library may be found on jcenter repository. Add it to your project by
28
28
following dependency:
29
29
30
30
``` Groovy
31
- implementation 'no.nordicsemi.android.support.v18:scanner:1.3.0 '
31
+ implementation 'no.nordicsemi.android.support.v18:scanner:1.3.1 '
32
32
```
33
33
34
34
## API
@@ -95,7 +95,7 @@ without starting BLE scans themselves.
95
95
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
96
96
and rests in between. To set scanning and rest intervals use ` Builder#setPowerSave(long,long) ` .
97
97
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
99
99
power save settings on pre-Lollipop devices. That means that this library actually will initiate scanning
100
100
on its own. This may have impact on battery consumption and should be used with care.
101
101
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
15
15
ext {
16
16
PUBLISH_GROUP_ID = 'no.nordicsemi.android.support.v18'
17
17
PUBLISH_ARTIFACT_ID = 'scanner'
18
- PUBLISH_VERSION = '1.3.0 '
18
+ PUBLISH_VERSION = '1.3.1 '
19
19
20
20
bintrayRepo = 'android'
21
21
bintrayName = 'no.nordicsemi.android.support.v18:scanner'
@@ -45,8 +45,8 @@ android {
45
45
defaultConfig {
46
46
minSdkVersion 18
47
47
targetSdkVersion 28
48
- versionCode 7
49
- versionName " 1.3.0 "
48
+ versionCode 8
49
+ versionName " 1.3.1 "
50
50
51
51
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
52
52
}
You can’t perform that action at this time.
0 commit comments