@@ -72,18 +72,16 @@ dependencies {
7272 // Used for testing local HTSP lib builds
7373// compile(name: 'library-debug', ext: 'aar')
7474 compile fileTree(include : [' *.jar' ], dir : ' libs' )
75- // Used for testing local libvlc builds
76- // compile(name: 'vlc-android-sdk-release', ext: 'aar')
7775 compile ' com.android.support:support-v4:25.3.1'
7876 compile ' com.android.support:leanback-v17:25.3.1'
7977 compile ' com.android.support:preference-leanback-v17:25.3.1'
80- compile ' com.google.android.exoplayer:exoplayer-core:r2.4.0k1 '
81- compile ' com.google.android.exoplayer:exoplayer-ui:r2.4.0k1 '
82- compile ' com.google.android.exoplayer:extension-ffmpeg:r2.4.0k1 '
78+ compile ' com.google.android.exoplayer:exoplayer-core:r2.4.0k2 '
79+ compile ' com.google.android.exoplayer:exoplayer-ui:r2.4.0k2 '
80+ compile ' com.google.android.exoplayer:extension-ffmpeg:r2.4.0k2 '
8381 // Used for testing local exoplayer builds
84- // compile(name: 'library-debug ', ext: 'aar')
85- // Used for testing local exoplayer-ffmpeg builds
86- // compile(name: 'extension-ffmpeg-debug ', ext: 'aar')
82+ // compile(name: 'library-core-release ', ext: 'aar')
83+ // compile(name: 'library-ui-release', ext: 'aar')
84+ // compile(name: 'extension-ffmpeg-release ', ext: 'aar')
8785 compile ' ch.acra:acra:4.9.2'
8886
8987 debugCompile ' com.squareup.leakcanary:leakcanary-android:1.5'
0 commit comments