downgrade leanback-support lib, this seems to be a workaround for #11

This commit is contained in:
Felix 2017-04-22 01:36:13 +02:00
parent 50838e964c
commit f7f5f6545c

View file

@ -46,8 +46,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:leanback-v17:25.3.1'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:leanback-v17:25.1.0'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'joda-time:joda-time:2.9.9'
compile 'org.joda:joda-convert:1.8'