jcenter
If you don’t already have a jcenter reference, add the following lines to your project's build.gradle file:
Code Block | ||||
---|---|---|---|---|
| ||||
allprojects { repositories { jcenter() } } |
Add RMC Android SDK reference to your mobile app:
Code Block | ||||
---|---|---|---|---|
| ||||
dependencies { compile "com.visilabs.android:visilabs-android:2.3.1226" } |
maven
If you don’t already have a maven reference, add the following lines to your project's build.gradle file:
Code Block | ||||
---|---|---|---|---|
| ||||
allprojects { repositories { maven { url "https://dl.bintray.com/visilabs/maven/" } } } |
...
Add RMC Android SDK reference to your mobile app:
Code Block | ||||
---|---|---|---|---|
| ||||
dependencies { compile "com.visilabs.android:visilabs-android:2.3.1226" } |
Parent Topic: Android - MobileTagging