1
0
Fork 0
This repository has been archived on 2023-08-15. You can view files and clone it, but cannot push or open issues or pull requests.
android/settings.gradle
Alex Kotov d0e40c1da4
Some project fixes
* Fix warnings
 * Fix code style
 * Add newlines at end of files
 * Fix .gitignore
 * .gitignore /.idea/misc.xml
 * .gitignore /.idea/gradle.xml
 * Fix XML style
2021-08-14 06:19:44 +05:00

9 lines
214 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Causa Arcana"
include ':app'