diff --git a/android/build.gradle b/android/build.gradle index ad5efc1..0c107a4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,7 +5,7 @@ def safeExtGet(prop, fallback) { } android { - compileSdkVersion safeExtGet('compileSdkVersion', 33) + compileSdkVersion 33 buildToolsVersion project.hasProperty('buildToolsVersion') ? project.buildToolsVersion : "33.0.1" defaultConfig {