diff options
author | scria1000 <91804886+scria1000@users.noreply.github.com> | 2021-12-13 12:46:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 12:46:22 +0000 |
commit | 9ef1b4decd3782c879bd0239a9c7a232063531c8 (patch) | |
tree | c1d0d262f34875e7bac9d425616ead87d355a445 /app/build.gradle | |
parent | 228cc4bb7544af67336c912d00428b5e3beb4d01 (diff) | |
download | infinity-for-reddit-9ef1b4decd3782c879bd0239a9c7a232063531c8.tar infinity-for-reddit-9ef1b4decd3782c879bd0239a9c7a232063531c8.tar.gz infinity-for-reddit-9ef1b4decd3782c879bd0239a9c7a232063531c8.tar.bz2 infinity-for-reddit-9ef1b4decd3782c879bd0239a9c7a232063531c8.tar.lz infinity-for-reddit-9ef1b4decd3782c879bd0239a9c7a232063531c8.tar.xz infinity-for-reddit-9ef1b4decd3782c879bd0239a9c7a232063531c8.tar.zst infinity-for-reddit-9ef1b4decd3782c879bd0239a9c7a232063531c8.zip |
Fix autoplay video continuing in background (#585)
Fix autoplay video continuing in background
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index cb019542..60ed0596 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" |