Skip to content

Commit

Permalink
📝 :: Update settings.gradle.kts File(:rootProject)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgns10 committed Oct 7, 2024
1 parent 2e0ad06 commit 301a2bd
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
pluginManagement {
includeBuild("build-logic")
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
google()
mavenCentral()
gradlePluginPortal()
}
}

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io")
}
}

rootProject.name = "Expo-Android"
include(":app")

include(":app")

0 comments on commit 301a2bd

Please sign in to comment.