mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 09:37:24 +00:00
* Configured Git Hooks & Migrated to Convention Plugin * Renamed branch name * updated proguard-rules.pro
16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
dependencyResolutionManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
versionCatalogs {
|
|
create("libs") {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|
|
|
|
rootProject.name = "build-logic"
|
|
include(":convention")
|