4.3.5
mtehver
released this
14 May 09:05
·
367 commits
to master
since this release
This is a maintenance release bringing stability improvements and bug fixes. No breaking changes, so it is a drop-in replacement to 4.3.0, 4.3.1, 4.3.2, 4.3.3 and 4.3.4.
Important: previous SDK versions for Android were distributed via jcenter repository. As jcenter is now closed, we have moved to mavenCentral. If using Gradle for your builds, simply replace jcenter()
in 'repositories' section with mavenCentral()
.
Changes/fixes:
- Fixed handling of 'CANCEL' touch actions in Android. This caused mishandling of following touch events.
- Fixed thread race issue when connecting Java directors, causing issues with classes instantiaton
- Changed iOS framework packaging. Fixed several issues with header files, added support for xcframeworks.
- Fixed performance issue when calculating scaling of 3D polygons
Install with package management
-
Android gradle:
compile 'com.carto:carto-mobile-sdk:4.3.5@aar'
-
iOS CocoaPod:
pod 'CartoMobileSDK', '4.3.5'
-
Xamarin and Visual Studio Package Manager (nuget) console:
PM> Install-Package CartoMobileSDK.iOS -Version 4.3.5
PM> Install-Package CartoMobileSDK.Android -Version 4.3.5
PM> Install-Package CartoMobileSDK.UWP -Version 4.3.5