Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-23 08:52:50 +01:00
parent 7c106522d5
commit de8996c1cc
544 changed files with 17766 additions and 2 deletions

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