Initial commit

This commit is contained in:
Henry Hiles 2023-03-05 21:45:14 -05:00
commit a963259ce1
44 changed files with 1132 additions and 0 deletions

16
settings.gradle Normal file
View file

@ -0,0 +1,16 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "QScan"
include ':app'