diff --git a/android/build.gradle b/android/build.gradle index 78ad98b..9f17712 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,9 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. -plugins { - id("com.google.gms.google-services") version "4.4.2" apply false -} - buildscript { ext { buildToolsVersion = findProperty('android.buildToolsVersion') ?: '35.0.0' @@ -43,3 +39,7 @@ allprojects { maven { url 'https://www.jitpack.io' } } } + +plugins { + id("com.google.gms.google-services") version "4.4.2" apply false +}