Fix autoplay video continuing in background (#585)

Fix autoplay video continuing in background
This commit is contained in:
scria1000
2021-12-13 12:46:22 +00:00
committed by GitHub
parent 228cc4bb75
commit 9ef1b4decd
6 changed files with 179 additions and 108 deletions

View File

@@ -105,7 +105,7 @@ dependencies {
annotationProcessor "com.jakewharton:butterknife-compiler:$butterknifeVersion"
// Events
def eventbusVersion = "3.2.0"
def eventbusVersion = "3.3.1"
implementation "org.greenrobot:eventbus:$eventbusVersion"
annotationProcessor "org.greenrobot:eventbus-annotation-processor:$eventbusVersion"