mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-22 18:29:52 +01:00
14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
|
dependencyResolutionManagement {
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
}
|
||
|
versionCatalogs {
|
||
|
create("libs") {
|
||
|
from(files("../gradle/libs.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "buildlogic"
|