initial
This commit is contained in:
parent
be197ec66a
commit
cb5bf564fd
54 changed files with 1988 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 = "QRCodeTransfer"
|
||||
include ':app'
|
||||
Loading…
Add table
Add a link
Reference in a new issue