We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8364c commit 1be0351Copy full SHA for 1be0351
2 files changed
.github/workflows/android-ci.yml
@@ -315,7 +315,7 @@ jobs:
315
runs-on: ubuntu-latest
316
permissions:
317
actions: write
318
- contents: read
+ contents: write
319
if: needs.pre_job.outputs.should_skip != 'true' && always()
320
needs:
321
- pre_job
platform/android/CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog MapLibre Native for Android
2
3
-## 12.0.1
+## 12.0.2
4
+
5
+### ✨ Features and improvements
6
7
+- Make Android snapshotter support hiding the attribution ([#3878](https://github.com/maplibre/maplibre-native/pull/3878)).
8
9
### 🐞 Bug fixes
10
0 commit comments