mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
|
dependencyResolutionManagement{
|
||
|
versionCatalogs {
|
||
|
create("libs"){
|
||
|
from(files("../../gradle/libs.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
rootProject.name = "shared-code-between-gradle-and-app"
|
||
|
include("platform")
|