Skip to content

Commit

Permalink
Changelog for 4.4.6, latest libs-carto
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed Jun 16, 2022
1 parent 9c82a47 commit 492fd96
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
CARTO Mobile SDK 4.4.6
-------------------

### Changes, fixes:

* Fixed minor rendering issue with lines joined at steep angles when BEVEL/ROUND join modes were used


CARTO Mobile SDK 4.4.6RC1
-------------------

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.5@aar'
compile 'com.carto:carto-mobile-sdk:4.4.6@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.5'
pod 'CartoMobileSDK', '4.4.6'

{% endhighlight %}

Expand Down
2 changes: 1 addition & 1 deletion libs-carto

0 comments on commit 492fd96

Please sign in to comment.