diff --git a/android/build.gradle b/android/build.gradle index fbfa76633..1b07b0887 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,20 +1,3 @@ - -buildscript { - // The Android Gradle plugin is only required when opening the android folder stand-alone. - // This avoids unnecessary downloads and potential conflicts when the library is included as a - // module dependency in an application project. - if (project == rootProject) { - repositories { - google() - jcenter() - } - - dependencies { - classpath("com.android.tools.build:gradle:3.6.2") - } - } -} - apply plugin: 'com.android.library' def safeExtGet(prop, fallback) {