Initial commit.

This commit is contained in:
Thomas Andres Gomez 2021-05-06 18:03:34 +02:00
commit 1a225e3732
54 changed files with 2097 additions and 0 deletions

10
settings.gradle Normal file
View 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'