mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-05 07:38:20 -05:00
One more try...
This commit is contained in:
parent
0e068fe4bd
commit
09893c8859
@ -2,6 +2,8 @@
|
|||||||
language: android
|
language: android
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
|
- tools
|
||||||
|
- platform-tools
|
||||||
- build-tools-21.1.1
|
- build-tools-21.1.1
|
||||||
- android-21
|
- android-21
|
||||||
- extra-android-support
|
- extra-android-support
|
||||||
|
@ -46,7 +46,8 @@ dependencies {
|
|||||||
compile 'com.jakewharton:butterknife:+'
|
compile 'com.jakewharton:butterknife:+'
|
||||||
compile 'com.readystatesoftware.systembartint:systembartint:+'
|
compile 'com.readystatesoftware.systembartint:systembartint:+'
|
||||||
compile 'com.netflix.rxjava:rxjava-android:+'
|
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 'org.apache.commons:commons-lang3:+'
|
||||||
compile 'com.google.code.gson:gson:+'
|
compile 'com.google.code.gson:gson:+'
|
||||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
|
Loading…
Reference in New Issue
Block a user