From 4324b170c8eb0750aa08d78c9eed74c9aca3b3f4 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 6 Aug 2025 12:04:11 -0700 Subject: [PATCH] also bottomsheet --- modules/bottom-sheet/android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/bottom-sheet/android/build.gradle b/modules/bottom-sheet/android/build.gradle index a1d423044b..f009f375c5 100644 --- a/modules/bottom-sheet/android/build.gradle +++ b/modules/bottom-sheet/android/build.gradle @@ -23,10 +23,10 @@ if (useManagedAndroidSdkVersions) { } } project.android { - compileSdkVersion safeExtGet("compileSdkVersion", 34) + compileSdkVersion safeExtGet("compileSdkVersion", 35) defaultConfig { minSdkVersion safeExtGet("minSdkVersion", 21) - targetSdkVersion safeExtGet("targetSdkVersion", 34) + targetSdkVersion safeExtGet("targetSdkVersion", 35) } } }