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) } } }