Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add RMC Visilabs Android SDK reference to the mobile app:

...

Code Block
dependencies {
implementation "com.visilabs.android:visilabs-android:5.0.0"
}

Latest version of the library : 

...

requires minimum API level 21.

Add maven jitpack repository to your project/build.gradle file

Code Block
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add Visilabs to the dependencies in app/build.gradle.

Code Block
implementation 'com.github.relateddigital:visilabs-android:5.7.4'

Please check the github account while integrating: https://github.com/relateddigital/visilabs-android