From 7a86eb9765cb96ab0f66b6012c2f2fe05949a7f2 Mon Sep 17 00:00:00 2001 From: Hyo Date: Wed, 25 Mar 2026 15:16:41 +0900 Subject: [PATCH] chore(android): update compileSdk to API 35 (Android 15) --- android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index e2313e8..8bbf0e9 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -14,7 +14,7 @@ val openiapGoogleVersion = openiapVersions["google"] as String android { namespace = pluginPackageName - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 24