mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 12:53:08 +00:00
downgrade leanback-support lib, this seems to be a workaround for #11
This commit is contained in:
parent
50838e964c
commit
f7f5f6545c
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
compile 'com.android.support:leanback-v17:25.3.1'
|
compile 'com.android.support:leanback-v17:25.1.0'
|
||||||
compile 'com.android.support:appcompat-v7:25.3.1'
|
compile 'com.android.support:appcompat-v7:25.1.0'
|
||||||
compile 'com.github.bumptech.glide:glide:3.7.0'
|
compile 'com.github.bumptech.glide:glide:3.7.0'
|
||||||
compile 'joda-time:joda-time:2.9.9'
|
compile 'joda-time:joda-time:2.9.9'
|
||||||
compile 'org.joda:joda-convert:1.8'
|
compile 'org.joda:joda-convert:1.8'
|
||||||
|
|
Loading…
Reference in a new issue