Skip to content

Commit 794c1a5

Browse files
author
Shashank Raj
committed
Release 3.0.6
1 parent 06f9e3b commit 794c1a5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Beaconstac SDK is an easy way to enable proximity marketing and location analyti
99
### In the `build.gradle` file of the app, add the following in the dependencies section:
1010
```groovy
1111
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'
1313
```
1414
Latest version<br>
1515
[ ![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__
178178
Beaconstac.getInstance().setPowerMode(POWER_MODE);
179179
```
180180

181+
__11. Set latch latency__
182+
```java
183+
Beaconstac.getInstance().setLatchLatency(LATCH_LATENCY);
184+
```
185+
181186
You can find more information and example usage in the `BeaconstacExample` app contained in the `examples` directory of this repo.

examples/BeaconstacExample/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ dependencies {
2424
compile fileTree(dir: 'libs', include: ['*.jar'])
2525
compile 'com.android.support:appcompat-v7:26.1.0'
2626
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'
2828
}

0 commit comments

Comments
 (0)