feat(cast): implement Google Cast support and expanded controller activity

This commit is contained in:
2026-04-05 17:15:48 +02:00
parent 0796bc8ef4
commit 7b2cfb4b17
11 changed files with 68 additions and 15 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ plugins {
}
tasks.register('clean', Delete) {
delete rootProject.buildDir()
delete layout.buildDirectory
}