@@ -72,18 +72,16 @@ dependencies {
72
72
// Used for testing local HTSP lib builds
73
73
// compile(name: 'library-debug', ext: 'aar')
74
74
compile fileTree(include : [' *.jar' ], dir : ' libs' )
75
- // Used for testing local libvlc builds
76
- // compile(name: 'vlc-android-sdk-release', ext: 'aar')
77
75
compile ' com.android.support:support-v4:25.3.1'
78
76
compile ' com.android.support:leanback-v17:25.3.1'
79
77
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 '
83
81
// 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')
87
85
compile ' ch.acra:acra:4.9.2'
88
86
89
87
debugCompile ' com.squareup.leakcanary:leakcanary-android:1.5'
0 commit comments