Examples: Android+OpenGL3: update Gradle project (#8888, #8878)

This commit is contained in:
scribam
2025-08-19 15:16:15 +02:00
committed by ocornut
parent 86ec5c8342
commit 361e370fe0
6 changed files with 45 additions and 47 deletions
@@ -1 +1,22 @@
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()
}
}
include ':app'