exo 2.12.1

This commit is contained in:
Yuriy Liskov
2020-12-18 14:14:57 +02:00
parent d152bdf191
commit 71e74b3bbd
10 changed files with 11 additions and 11 deletions

View File

@@ -55,11 +55,11 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxandroid:' + rxAndroidVersion
implementation 'io.reactivex.rxjava2:rxjava:' + rxJavaVersion
implementation 'com.amazon.android:exoplayer:' + amazonExoplayerVersion
implementation 'com.amazon.android:extension-okhttp:' + amazonExoplayerVersion
// implementation 'com.amazon.android:exoplayer:' + amazonExoplayerVersion
// implementation 'com.amazon.android:extension-okhttp:' + amazonExoplayerVersion
// implementation 'com.google.android.exoplayer:exoplayer:' + exoplayerVersion
// implementation 'com.google.android.exoplayer:extension-okhttp:' + exoplayerVersion
implementation 'com.google.android.exoplayer:exoplayer:' + exoplayerVersion
implementation 'com.google.android.exoplayer:extension-okhttp:' + exoplayerVersion
// implementation 'com.github.amzn:exoplayer-amazon-port:' + amazonExoplayerJitpackVersion

View File

@@ -49,8 +49,8 @@ android {
applicationId "com.liskovsoft.smarttubetv"
minSdkVersion project.properties.minSdkVersion
targetSdkVersion project.properties.targetSdkVersion
versionCode 199
versionName "10.59"
versionCode 200
versionName "10.60"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
@@ -125,11 +125,11 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:' + glideVersion
implementation 'com.zlc.glide:webpdecoder:2.0.' + glideVersion
implementation 'com.amazon.android:exoplayer:' + amazonExoplayerVersion
implementation 'com.amazon.android:extension-leanback:' + amazonExoplayerVersion
// implementation 'com.amazon.android:exoplayer:' + amazonExoplayerVersion
// implementation 'com.amazon.android:extension-leanback:' + amazonExoplayerVersion
// implementation 'com.google.android.exoplayer:exoplayer:' + exoplayerVersion
// implementation 'com.google.android.exoplayer:extension-leanback:' + exoplayerVersion
implementation 'com.google.android.exoplayer:exoplayer:' + exoplayerVersion
implementation 'com.google.android.exoplayer:extension-leanback:' + exoplayerVersion
// implementation 'com.github.amzn:exoplayer-amazon-port:' + amazonExoplayerJitpackVersion

View File

@@ -37,7 +37,7 @@ import com.liskovsoft.smartyoutubetv2.common.app.views.PlaybackView;
import com.liskovsoft.smartyoutubetv2.common.autoframerate.FormatItem;
import com.liskovsoft.smartyoutubetv2.common.exoplayer.controller.ExoPlayerController;
import com.liskovsoft.smartyoutubetv2.common.exoplayer.controller.PlayerController;
import com.liskovsoft.smartyoutubetv2.common.exoplayer.other.V2.CustomOverridesRenderersFactory;
import com.liskovsoft.smartyoutubetv2.common.exoplayer.other.V3.CustomOverridesRenderersFactory;
import com.liskovsoft.smartyoutubetv2.common.exoplayer.other.DebugInfoManager;
import com.liskovsoft.smartyoutubetv2.common.exoplayer.other.ExoPlayerInitializer;
import com.liskovsoft.smartyoutubetv2.common.exoplayer.other.SubtitleManager;