mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
One more try...
This commit is contained in:
parent
0e068fe4bd
commit
09893c8859
@ -2,6 +2,8 @@
|
||||
language: android
|
||||
android:
|
||||
components:
|
||||
- tools
|
||||
- platform-tools
|
||||
- build-tools-21.1.1
|
||||
- android-21
|
||||
- extra-android-support
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user