Files
Notes/settings.gradle.kts
fossifybot[bot] 8fd7674487 chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0 (#307)
* 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>
2026-01-30 23:16:41 +05:30

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")