Skip to content

Commit 7f70bb5

Browse files
Shashank RajShashank Raj
Shashank Raj
authored and
Shashank Raj
committed
Update Readme
1 parent b6369c5 commit 7f70bb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-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.2'
12+
compile 'com.mobstac.beaconstac:proximity:3.0.3'
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)

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.2'
27+
compile 'com.mobstac.beaconstac:proximity:3.0.3'
2828
}

0 commit comments

Comments
 (0)