Skip to content

Commit

Permalink
add settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
revakovsky committed Jun 1, 2023
1 parent a2e6c7c commit e69dbab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "fcm_notification"
include ':app'
include ':fcm_notification'

0 comments on commit e69dbab

Please sign in to comment.