From 9889a946dfcbe2c639463be06adaca07ff638ef5 Mon Sep 17 00:00:00 2001 From: Claudius Kienle Date: Mon, 15 Dec 2025 19:47:49 +0100 Subject: [PATCH] pump compile sdk to 36 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b78901d2..3a7534e7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdk 33 + compileSdk 36 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8