Deps update, initial rename
This commit is contained in:
parent
2ff2448739
commit
199fd246f2
27 changed files with 121 additions and 88 deletions
|
@ -1,9 +1,19 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "Red"
|
||||
include ':app'
|
||||
|
||||
rootProject.name = "Pulse"
|
||||
|
||||
include(":app")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue