build: modernize Gradle to AGP 8.5 with wrapper and namespace

This commit is contained in:
n0tst3v3
2026-08-19 03:13:43 -06:00
parent 48b40136cf
commit f711e5ee36
10 changed files with 385 additions and 23 deletions
+17
View File
@@ -1 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'BlueToothLogger'
include ':app'