Skip to content

Commit e91cc4f

Browse files
committed
Revert "Update for Android Support libs v25.3.1"
This reverts commit 0009d31.
1 parent a7c74cb commit e91cc4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ dependencies {
7474
compile fileTree(include: ['*.jar'], dir: 'libs')
7575
// Used for testing local libvlc builds
7676
// compile(name: 'vlc-android-sdk-release', ext: 'aar')
77-
compile 'com.android.support:support-v4:25.3.1'
78-
compile 'com.android.support:leanback-v17:25.3.1'
79-
compile 'com.android.support:preference-leanback-v17:25.3.1'
77+
compile 'com.android.support:support-v4:25.3.0'
78+
compile 'com.android.support:leanback-v17:25.3.0'
79+
compile 'com.android.support:preference-leanback-v17:25.3.0'
8080
compile 'com.google.android.exoplayer:exoplayer:r2.3.0k1'
8181
compile 'com.google.android.exoplayer:extension-ffmpeg:r2.3.0k1'
8282
// Used for testing local exoplayer builds

0 commit comments

Comments
 (0)