mobile-wallet/build-logic/settings.gradle.kts
Sk Niyaj Ali 2451ba540e
Configured Git Hooks & Migrated to Convention Plugin (#1759)
* Configured Git Hooks & Migrated to Convention Plugin

* Renamed branch name

* updated proguard-rules.pro
2024-09-04 12:37:34 -04:00

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")