fix: restore AIDE build config and layer live find map correctly

This commit is contained in:
n0tst3v3
2026-08-19 03:50:02 -06:00
parent feb32c9cd1
commit 57861a19c6
12 changed files with 31 additions and 387 deletions
-17
View File
@@ -1,18 +1 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'BlueToothLogger'
include ':app'