Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank Raj authored and Shashank Raj committed Jan 4, 2018
1 parent b6369c5 commit 7f70bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Beaconstac SDK is an easy way to enable proximity marketing and location analyti
### In the `build.gradle` file of the app, add the following in the dependencies section:
```groovy
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.mobstac.beaconstac:proximity:3.0.2'
compile 'com.mobstac.beaconstac:proximity:3.0.3'
```
Latest version<br>
[ ![Download](https://api.bintray.com/packages/mobstac/maven/proximity/images/download.svg) ](https://bintray.com/mobstac/maven/proximity/_latestVersion)
Expand Down
2 changes: 1 addition & 1 deletion examples/BeaconstacExample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile 'com.mobstac.beaconstac:proximity:3.0.2'
compile 'com.mobstac.beaconstac:proximity:3.0.3'
}

0 comments on commit 7f70bb5

Please sign in to comment.