mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-14 23:18:43 +00:00
committed by
Greyson Parrelli
parent
cee44fcc93
commit
f5db6b6c91
@@ -13,11 +13,17 @@ dependencyResolutionManagement {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
from(files("../gradle/libs.versions.toml"))
|
||||
}
|
||||
create("testLibs") {
|
||||
from(files("../gradle/test-libs.versions.toml"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "build-logic"
|
||||
|
||||
include(":plugins")
|
||||
include(":tools")
|
||||
|
||||
apply(from = "../dependencies.gradle.kts")
|
||||
|
||||
Reference in New Issue
Block a user