All done
This commit is contained in:
parent
6d3ab691fb
commit
387f10b920
82 changed files with 2916 additions and 0 deletions
16
settings.gradle
Normal file
16
settings.gradle
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "Poms Lab 1"
|
||||
include ':app'
|
||||
Loading…
Add table
Add a link
Reference in a new issue