Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

jcenter

If you don’t already have a jcenter reference, add the following lines to your project's build.gradle file:

allprojects {
repositories {
jcenter()
}
}

Add RMC Android SDK reference to your mobile app:

dependencies {
compile "com.visilabs.android:visilabs-android:2.3.18"
}

maven

If you don’t already have a maven reference, add the following lines to your project's build.gradle file:

allprojects {
repositories {
maven { url "https://dl.bintray.com/visilabs/maven/" }
}
}

Add RMC Android SDK reference to your mobile app:

dependencies {
compile "com.visilabs.android:visilabs-android:2.3.18"
}

Parent Topic: Android - MobileTagging


  • No labels