android: refactor AACP and add autoconnect based on BLE broadcasts

This commit is contained in:
Kavish Devar
2025-05-19 17:24:41 +05:30
parent 6985aa4a7b
commit 6a026ebab0
43 changed files with 2826 additions and 1648 deletions

View File

@@ -61,5 +61,6 @@ dependencies {
implementation(libs.androidx.constraintlayout)
implementation(libs.haze)
implementation(libs.haze.materials)
implementation(libs.androidx.dynamicanimation)
compileOnly(fileTree(mapOf("dir" to "libs", "include" to listOf("*.aar"))))
}