From c154f64b9cdda6215eb8766c054a2d1069b73c7a Mon Sep 17 00:00:00 2001 From: samirsimnica Date: Tue, 16 Sep 2025 14:59:23 +0200 Subject: [PATCH] fix(android): update compileSdkVersion from 31 to 34 for API 34 compatibility - Resolves build failures with Android API 34+ dependencies - Fixes checkDebugAarMetadata task failures for iris_method_channel - Ensures compatibility with androidx dependencies requiring API 34+ - Addresses issues with androidx.fragment, androidx.window, and other dependencies Fixes: Build failures when using iris_method_channel with Android API 34+ --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e861599..cac5c52 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -31,7 +31,7 @@ android { namespace 'com.agora.iris_method_channel' } - compileSdkVersion safeExtGet('compileSdkVersion', 31) + compileSdkVersion safeExtGet('compileSdkVersion', 34) externalNativeBuild { cmake {