Skip to content

Commit

Permalink
build(deps): bump org.maplibre.gl:android-sdk from 11.4.0 to 11.5.0 i…
Browse files Browse the repository at this point in the history
…n /android (#47)

Bumps
[org.maplibre.gl:android-sdk](https://github.com/maplibre/maplibre-native)
from 11.4.0 to 11.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/maplibre/maplibre-native/releases">org.maplibre.gl:android-sdk's
releases</a>.</em></p>
<blockquote>
<h2>android-v11.5.0</h2>
<h3>✨ Features and improvements</h3>
<blockquote>
<p>[!NOTE]<br />
This release inadvertently includes a breaking API change with regards
to icon padding. Please refer to the <a
href="https://github.com/maplibre/maplibre-native/discussions/2873">migration
guide</a>.</p>
</blockquote>
<ul>
<li>Expose <code>RENDERMODE_CONTINUOUSLY</code> and
<code>RENDERMODE_WHEN_DIRTY</code> (<a
href="https://redirect.github.com/maplibre/maplibre-native/pull/2801">#2801</a>).
Toggling this can be helpful for development (e.g. when testing and
optimizing performance).</li>
<li>Compile for Android with support for 16 KB page sizes (<a
href="https://redirect.github.com/maplibre/maplibre-native/pull/2852">#2852</a>).</li>
<li>Enable crash mitigation when running OpenGL in the Android emulator
(<a
href="https://redirect.github.com/maplibre/maplibre-native/pull/2858">#2858</a>).
Technically the crashes were caused by an issue with the Android
Emulator, but we were able to find a workaround.</li>
<li>Add array support for <code>icon-padding</code> (<a
href="https://redirect.github.com/maplibre/maplibre-native/pull/2845">#2845</a>).
More information can be found in the <a
href="https://maplibre.org/maplibre-style-spec/types/#padding">MapLibre
Style Spec Documentation</a>. This is the first (code) contribution from
<a href="https://github.com/random3940"><code>@​random3940</code></a>!
🎉</li>
<li>Use <code>thread_local</code> for thread local scheduler (<a
href="https://redirect.github.com/maplibre/maplibre-native/pull/2863">#2863</a>).</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Move WeakPtrFactory in <code>map_renderer.hpp</code> (<a
href="https://redirect.github.com/maplibre/maplibre-native/pull/2861">#2861</a>).</li>
<li>Fix updates hillshade geometry (<a
href="https://redirect.github.com/maplibre/maplibre-native/pull/2842">#2842</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/a1526ce3b577c5b2f4172ec0259888876c64ec9a"><code>a1526ce</code></a>
Prepare MapLibre Native Android 11.5.0 release (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2866">#2866</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/c19bb7ac4aba2804051cce13ce647bb83b7cb9f2"><code>c19bb7a</code></a>
Use <code>thread_local</code> for thread local scheduler (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2863">#2863</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/84ca231da5761e32706e8fa50bd568701ce45ae8"><code>84ca231</code></a>
Fix updates hillshade geometry (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2842">#2842</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/cadb8d1da032148a05e586fd8ec61305fb519b11"><code>cadb8d1</code></a>
Move WeakPtrFactory in <code>map_renderer.hpp</code> (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2861">#2861</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/9d553c2843cdd3fa4b13f6e122b1058a76b52d86"><code>9d553c2</code></a>
Add array support for icon-padding (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2845">#2845</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/58dd5297906b5917d483cc273379d7b82872a9e7"><code>58dd529</code></a>
Enable crash mitigation when running OpenGL in the Android emulator (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2858">#2858</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/e2df2d90611b7d12da09d73d4c1d4f260eea0eea"><code>e2df2d9</code></a>
Fix failing Vulkan render tests (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2851">#2851</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/7913eab64427595b770f3a2d37d5b8445fd0dfa5"><code>7913eab</code></a>
Compile for Android with support for 16 KB page sizes (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2852">#2852</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/77a464d3355a65b54972b2ade48a8e80d7df049b"><code>77a464d</code></a>
Expose RENDERMODE_CONTINUOUSLY and RENDERMODE_WHEN_DIRTY (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2801">#2801</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-native/commit/0e0c8da72ad5ce189210b34de56b5d4b94de4296"><code>0e0c8da</code></a>
Store Android benchmark results on device (<a
href="https://redirect.github.com/maplibre/maplibre-native/issues/2844">#2844</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/maplibre/maplibre-native/compare/android-v11.4.0...android-v11.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.maplibre.gl:android-sdk&package-manager=gradle&previous-version=11.4.0&new-version=11.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joscha <[email protected]>
  • Loading branch information
dependabot[bot] and josxha authored Sep 24, 2024
1 parent 2028462 commit 90d6ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Features

- Add event system to the map.
- Bump MapLibre Native on Android to version 11.5.0.
- Add and remove sources to the active map style programmatically.
- Add and remove layers to the active map style programmatically.
- Add `minZoom`, `maxZoom`, `minTilt`, `maxTilt` and `maxBounds` parameter.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

dependencies {
implementation 'org.maplibre.gl:android-sdk:11.4.0'
implementation 'org.maplibre.gl:android-sdk:11.5.0'
// implementation 'org.maplibre.gl:android-plugin-annotation-v9:3.0.0'
// implementation 'org.maplibre.gl:android-plugin-offline-v9:3.0.0'
// implementation 'com.squareup.okhttp3:okhttp:4.12.0'
Expand Down

0 comments on commit 90d6ae9

Please sign in to comment.