v0.6.4
This is a test if updates work
This commit is contained in:
30
settings.gradle.kts
Normal file
30
settings.gradle.kts
Normal file
@@ -0,0 +1,30 @@
|
||||
pluginManagement {
|
||||
includeBuild("build-logic")
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven(url = "https://jitpack.io")
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Droid-ify"
|
||||
include(
|
||||
":app",
|
||||
":core:common",
|
||||
":core:data",
|
||||
":core:database",
|
||||
":core:datastore",
|
||||
":core:di",
|
||||
":core:domain",
|
||||
":core:network",
|
||||
":installer",
|
||||
":sync:fdroid",
|
||||
)
|
||||
Reference in New Issue
Block a user