Update runtime, dependencies and build script syntax

This commit is contained in:
Reinout Meliesie 2025-12-04 16:59:48 +01:00
commit c261b06dcb
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 27 additions and 29 deletions

View file

@ -1,12 +1,6 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex ("com\\.android.*")
includeGroupByRegex ("com\\.google.*")
includeGroupByRegex ("androidx.*")
}
}
google ()
mavenCentral ()
gradlePluginPortal ()
}