Initial commit.
This commit is contained in:
commit
1a225e3732
54 changed files with 2097 additions and 0 deletions
10
settings.gradle
Normal file
10
settings.gradle
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
// Warning: this repository is going to shut down soon
|
||||
}
|
||||
}
|
||||
rootProject.name = "BibLib"
|
||||
include ':app'
|
||||
Loading…
Add table
Add a link
Reference in a new issue