From 7dee865e63a5bf6c313fc837d8484f5853332c6b Mon Sep 17 00:00:00 2001 From: Shinya Kumagai Date: Sat, 29 Nov 2025 22:30:58 +0900 Subject: [PATCH] Update compileSdk 34 to flutter.compileSdkVersion --- flutter_custom_tabs_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_custom_tabs_android/android/build.gradle b/flutter_custom_tabs_android/android/build.gradle index 55c91ef..b65ae06 100644 --- a/flutter_custom_tabs_android/android/build.gradle +++ b/flutter_custom_tabs_android/android/build.gradle @@ -27,7 +27,7 @@ android { namespace 'com.github.droibit.plugins.flutter.customtabs' } - compileSdk 34 + compileSdk flutter.compileSdkVersion defaultConfig { minSdk 19