mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-02-07 22:22:31 -05:00
* chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0 * build: update all jitpack url --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <snaveen935@gmail.com>
18 lines
368 B
Kotlin
18 lines
368 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven { setUrl("https://www.jitpack.io") }
|
|
mavenLocal()
|
|
}
|
|
}
|
|
include(":app")
|