File tree 2 files changed +2
-2
lines changed
examples/BeaconstacExample/app
2 files changed +2
-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.2 '
12
+ compile 'com.mobstac.beaconstac:proximity:3.0.3 '
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 )
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.2 '
27
+ compile ' com.mobstac.beaconstac:proximity:3.0.3 '
28
28
}
You can’t perform that action at this time.
0 commit comments