blob: a7a9214d27cd1d0828c2180ae4076524cd8f9225 [file] [log] [blame]
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
include ':app'
include ':contactsbackup'
include ':storage:lib'
include ':storage:demo'