Last ditch to get support v4 working

It's possible I just need to wait for Travis to resolve some things...
This commit is contained in:
Bradlee Speice 2014-11-23 23:59:13 -05:00
parent 09893c8859
commit b18b0a7f57

View File

@ -48,6 +48,7 @@ dependencies {
compile 'com.netflix.rxjava:rxjava-android:+'
// Version lock needed b SO question 26488015
compile 'com.android.support:appcompat-v7:21.0.2'
compile 'com.android.support:appcompat-v4:21.0.2'
compile 'org.apache.commons:commons-lang3:+'
compile 'com.google.code.gson:gson:+'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"