One more try...

This commit is contained in:
Bradlee Speice 2014-11-23 23:40:02 -05:00
parent 0e068fe4bd
commit 09893c8859
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@
language: android
android:
components:
- tools
- platform-tools
- build-tools-21.1.1
- android-21
- extra-android-support

View File

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