From 948e86c3a6b9b63f0327b3b05742232281e512f0 Mon Sep 17 00:00:00 2001 From: Robert Sandberg Date: Mon, 8 Jun 2026 17:56:17 +0200 Subject: [PATCH] Bump compileSdk to 36 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {