add push notif firebase

This commit is contained in:
shaulascr
2025-05-14 21:40:19 +07:00
parent ce8a6b24b4
commit afd2819192
13 changed files with 234 additions and 121 deletions

View File

@ -1,7 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath ("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1")
classpath ("com.google.gms:google-services:4.4.2")
}
}