mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
12 lines
257 B
Text
12 lines
257 B
Text
/**
|
|
* IDEs don't support this very well for buildSrc, so we use the regular dependency format
|
|
* until that changes.
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|
|
*/
|