Skip to content

v5.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Nov 09:25
· 3 commits to master since this release

You can now select variants:

Android

repositories {
	mavenCentral()
	maven { url 'https://jitpack.io' }
}
dependencies {
	implementation 'com.github.Akylas:mobile-sdk-android-aar:5.01'  // default and full variant
	implementation 'com.github.Akylas:mobile-sdk-android-aar:5.01:standard@aar'  // standard variant without routing/geocoding
	implementation 'com.github.Akylas:mobile-sdk-android-aar:5.01:lite@aar'  // lite variant with smallest set
}