Add:Start of app widget to control media playback

This commit is contained in:
advplyr
2022-07-23 18:09:10 -05:00
parent 97eb19da86
commit 76882780a4
19 changed files with 315 additions and 57 deletions
+5 -1
View File
@@ -21,7 +21,11 @@ kotlin {
}
android {
kotlinOptions {
buildFeatures {
viewBinding true
}
kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=all']
}
compileSdkVersion rootProject.ext.compileSdkVersion