]> Git — Sourcephile - tmp/julm/android.git/blob - android/settings.gradle
reproducibility(android): build and run an APK in the emulator
[tmp/julm/android.git] / android / settings.gradle
1 pluginManagement {
2 repositories {
3 google {
4 content {
5 includeGroupByRegex("com\\.android.*")
6 includeGroupByRegex("com\\.google.*")
7 includeGroupByRegex("androidx.*")
8 }
9 }
10 mavenCentral()
11 gradlePluginPortal()
12 }
13 }
14 dependencyResolutionManagement {
15 repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
16 repositories {
17 mavenCentral()
18 google()
19 }
20 }
21
22 rootProject.name = "JavaEmptyProject"
23 include ':app'