From 7e676048ab4778b938c8f69bb99fa0623051dffb Mon Sep 17 00:00:00 2001 From: SholaWilliams <52359434+SholaWilliams@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:30:26 +0100 Subject: [PATCH] Bump Android compileSdk to 36 for AndroidX compatibility Update android/build.gradle to set compileSdk to 36 and add a CHANGELOG entry noting the SDK bump for AndroidX compatibility. This ensures the library targets API 36 for improved AndroidX support. --- CHANGELOG.md | 2 ++ android/build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb54b0d1..85d2611a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ### main +- [sdk] Bump compileSdk from 35 to 36 for AndroidX compatibility + ### 2.25.0-rc.1 * Deprecate `MapboxMap.onTapListener` and `MapboxMap.onLongTapListener` in favor of the `MapboxMap.addInterfaction` API. diff --git a/android/build.gradle b/android/build.gradle index 3914a0e8..f8021504 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,7 +38,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdk 35 + compileSdk 36 namespace 'com.mapbox.maps.mapbox_maps' sourceSets {