Feature/notification system #26

Open
mattdimegs wants to merge 34 commits from feature/notification-system into main
Showing only changes of commit 30efadddb1 - Show all commits

View file

@ -1,9 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // 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 { buildscript {
ext { ext {
buildToolsVersion = findProperty('android.buildToolsVersion') ?: '35.0.0' buildToolsVersion = findProperty('android.buildToolsVersion') ?: '35.0.0'
@ -43,3 +39,7 @@ allprojects {
maven { url 'https://www.jitpack.io' } maven { url 'https://www.jitpack.io' }
} }
} }
plugins {
id("com.google.gms.google-services") version "4.4.2" apply false
}