mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Merge pull request #1370 from deltachat/exoplayer_version
bump exoplayer version to 2.9.6 becaus of some fixes that apply to us
This commit is contained in:
+2
-2
@@ -38,8 +38,8 @@ dependencies {
|
||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-common-java8:2.1.0'
|
||||
implementation 'androidx.work:work-runtime:2.3.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.9.1' // plays video and audio
|
||||
implementation 'com.google.android.exoplayer:exoplayer-ui:2.9.1'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6' // plays video and audio
|
||||
implementation 'com.google.android.exoplayer:exoplayer-ui:2.9.6'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation 'com.journeyapps:zxing-android-embedded:3.4.0' // QR Code scanner
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.2' // used as JSON library
|
||||
|
||||
Reference in New Issue
Block a user