2023-03-27 13:45:48 +05:30
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
maven { url 'https://jitpack.io' }
|
|
|
|
}
|
|
|
|
}
|
2023-03-27 13:52:32 +05:30
|
|
|
rootProject.name = 'Seedvault'
|
2018-11-07 22:04:37 -05:00
|
|
|
include ':app'
|
2020-09-18 12:04:18 -03:00
|
|
|
include ':contactsbackup'
|
2021-01-19 09:14:52 -03:00
|
|
|
include ':storage:lib'
|
2023-03-27 13:45:48 +05:30
|
|
|
include ':storage:demo'
|