Skip to content

Releases: Akylas/mobile-sdk

v5.0.1

12 Nov 09:25

Choose a tag to compare

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
}

v5.0.0

15 Oct 15:16
86aa3bd

Choose a tag to compare

Installation

The SDK is now available directly for iOS and Android

Android

repositories {
	mavenCentral()
	maven { url 'https://jitpack.io' }
}
dependencies {
	implementation 'com.github.Akylas:mobile-sdk-android-aar:5.0.0'
}

iOS

Bug Fixes

  • 4e67228 - vector click not finding elements as before

v5.0.0-rc.13

11 Oct 11:35

Choose a tag to compare

New Features

  • 332c6c6 - add fetcDelay to startDownloadArea to add delay between each tile request

v5.0.0-rc.12

30 Jun 13:28

Choose a tag to compare

v5.0.0-rc.12 Pre-release
Pre-release

Bug Fixes

v5.0.0-rc.11

08 Jun 13:29

Choose a tag to compare

v5.0.0-rc.11 Pre-release
Pre-release

New Features

v5.0.0-rc.10

02 Jun 17:17

Choose a tag to compare

v5.0.0-rc.10 Pre-release
Pre-release

New Features

vv5.0.0-rc.9

25 May 16:32

Choose a tag to compare

vv5.0.0-rc.9 Pre-release
Pre-release

Bug Fixes

v5.0.0-rc.8

13 May 15:10

Choose a tag to compare

v5.0.0-rc.8 Pre-release
Pre-release

Bug Fixes

Full Changelog: v5.0.0-rc.7...v5.0.0-rc.8

v5.0.0-rc.7

20 Apr 06:36

Choose a tag to compare

Bug Fixes

v5.0.0-rc.6

06 Dec 12:33

Choose a tag to compare

Bug Fixes