This commit is contained in:
Matt DiMeglio 2025-04-21 19:51:05 -04:00
parent 9d42409ccb
commit 30efadddb1

View file

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