1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 13:07:40 +00:00

Android updated to 13.0v

This commit is contained in:
Zeno Rogue
2024-11-02 13:00:07 +01:00
parent bb9e951138
commit d6ec3b1fcc
10 changed files with 76 additions and 35 deletions

View File

@@ -1 +1,23 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "HyperRogue"
include ':app'