From 776f99ddeaca72e657bd10bb1c9ef3213d74e2f5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 17 Oct 2018 10:23:03 +0200 Subject: [PATCH] fix #990, update ExoPlayer to 2.9.0 --- app/build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 50299afc5..459a7f339 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,6 +40,11 @@ android { checkReleaseBuilds false abortOnError false } + + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 + } } dependencies { @@ -49,7 +54,7 @@ dependencies { implementation 'it.sephiroth.android.exif:library:1.0.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2' - implementation 'com.google.android.exoplayer:exoplayer-core:2.8.4' + implementation 'com.google.android.exoplayer:exoplayer-core:2.9.0' implementation 'com.google.vr:sdk-panowidget:1.170.0' implementation 'org.apache.sanselan:sanselan:0.97-incubator' implementation 'info.androidhive:imagefilters:1.0.7'