mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 05:19:49 +02:00
Fix autoplay video continuing in background (#585)
Fix autoplay video continuing in background
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user