Skip to content

Commit

Permalink
Changelog for 4.4.1 final, doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed Aug 30, 2021
1 parent 8f9050c commit 8f87c48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
CARTO Mobile SDK 4.4.1
-------------------

### Changes, fixes:

* Set minimum target to iOS 10 for i386 simulator target (due to thread_local not supported on iOS 9)
* Added libc++, libz dependencies to modulemap of iOS framework
* Updated build scripts to support building Swift Packages of the SDK


CARTO Mobile SDK 4.4.1RC2
-------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can find detailed instructions on [API Keys page](../API-keys/)
// use the latest version number from https://github.com/CartoDB/mobile-sdk/releases

dependencies {
compile 'com.carto:carto-mobile-sdk:4.4.0@aar'
compile 'com.carto:carto-mobile-sdk:4.4.1@aar'
}
{% endhighlight %}

Expand Down Expand Up @@ -215,7 +215,7 @@ You can find detailed instructions on [API Keys page](../API-keys/)

// Add to your CocoaPods Podfile:
// use the latest version number from https://github.com/CartoDB/mobile-sdk/releases
pod 'CartoMobileSDK', '4.4.0'
pod 'CartoMobileSDK', '4.4.1'

{% endhighlight %}

Expand Down

0 comments on commit 8f87c48

Please sign in to comment.