Releases: Akylas/mobile-sdk
Releases · Akylas/mobile-sdk
v5.0.1
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
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
- In Xcode, go to File > Add Packages....
- Paste the following URL into the search bar: https://github.com/Akylas/mobile-sdk-ios-swift
- Select the version and add it to your project.
Bug Fixes
4e67228- vector click not finding elements as before
v5.0.0-rc.13
New Features
332c6c6- add fetcDelay tostartDownloadAreato add delay between each tile request
v5.0.0-rc.12
Bug Fixes
15c9997- nutibillboardline fix (commit by @farfromrefug)
v5.0.0-rc.11
New Features
f23d26b- added the ?? operator for cartocss and mapnikvt (commit by @farfromrefug)
v5.0.0-rc.10
New Features
4ceb7d2- view::rotation and view::tilt (commit by @farfromrefug)
vv5.0.0-rc.9
Bug Fixes
c8a1f4d- valhalla non network penalty fix (commit by @farfromrefug)
v5.0.0-rc.8
Bug Fixes
64d3035- with position line shields should not be oriented (commit by @farfromrefug)
Full Changelog: v5.0.0-rc.7...v5.0.0-rc.8
v5.0.0-rc.7
Bug Fixes
9a3256e- exclude_unpaved for bicycle (commit by @farfromrefug)
v5.0.0-rc.6
Bug Fixes
597cde4- valhalla fix