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 in your project add the following lines to your project's build.gradle file:

allprojects {
repositories {
jcenter()
}
}

 

Add visilabs Android SDK reference to your application as follows:

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

 

maven

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

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

 

Add visilabs Android SDK reference to your application as follows:

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

 

 

  • No labels