mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00

All units (except for currencies) are now tested Changed some basic units and fixed errors Added new unit groups
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "Unitto"
|
|
include(":app")
|
|
include(":tools")
|