File tree 2 files changed +7
-2
lines changed
examples/BeaconstacExample/app
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Beaconstac SDK is an easy way to enable proximity marketing and location analyti
9
9
### In the ` build.gradle ` file of the app, add the following in the dependencies section:
10
10
``` groovy
11
11
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
12
- compile 'com.mobstac.beaconstac:proximity:3.0.5 '
12
+ compile 'com.mobstac.beaconstac:proximity:3.0.6 '
13
13
```
14
14
Latest version<br >
15
15
[ ![ Download] ( https://api.bintray.com/packages/mobstac/maven/proximity/images/download.svg ) ] ( https://bintray.com/mobstac/maven/proximity/_latestVersion )
@@ -178,4 +178,9 @@ __10. Set scan power mode__
178
178
Beaconstac . getInstance(). setPowerMode(POWER_MODE );
179
179
```
180
180
181
+ __ 11. Set latch latency__
182
+ ``` java
183
+ Beaconstac . getInstance(). setLatchLatency(LATCH_LATENCY );
184
+ ```
185
+
181
186
You can find more information and example usage in the ` BeaconstacExample ` app contained in the ` examples ` directory of this repo.
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ dependencies {
24
24
compile fileTree(dir : ' libs' , include : [' *.jar' ])
25
25
compile ' com.android.support:appcompat-v7:26.1.0'
26
26
compile ' com.android.support:design:26.1.0'
27
- compile ' com.mobstac.beaconstac:proximity:3.0.5 '
27
+ compile ' com.mobstac.beaconstac:proximity:3.0.6 '
28
28
}
You can’t perform that action at this time.
0 commit comments