Repo created
This commit is contained in:
parent
7c106522d5
commit
de8996c1cc
544 changed files with 17766 additions and 2 deletions
12
settings.gradle
Normal file
12
settings.gradle
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
plugins {
|
||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "Nextcloud Passwords"
|
||||
include ':app'
|
||||
Loading…
Add table
Add a link
Reference in a new issue