@@ -23,18 +23,21 @@ ext.with {
2323 junit = ' 4.12'
2424 test = ' 1.0.2'
2525
26+ voice = ' 1.0.0-beta01'
27+
2628 dependency_jvm = [
2729 kotlin_stdlib : " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlins " ,
2830 kotlin_test : " org.jetbrains.kotlin:kotlin-test:$kotlins " ,
2931 kotlin_test_junit : " org.jetbrains.kotlin:kotlin-test-junit:$kotlins "
3032 ]
3133 dependency_android = [
32- appcompat : " com.android.support:appcompat-v7:$appcompat " ,
33- constraint_layout : " com.android.support.constraint:constraint-layout:$constraintLayout " ,
34- espresso : " com.android.support.test.espresso:espresso-core:$espresso " ,
35- design : " com.android.support:design:$design " ,
36- junit : " junit:junit:$junit " ,
37- test_rules : " com.android.support.test:rules:$test " ,
38- test_runner : " com.android.support.test:runner:$test "
34+ appcompat : " com.android.support:appcompat-v7:$appcompat " ,
35+ constraint_layout : " com.android.support.constraint:constraint-layout:$constraintLayout " ,
36+ espresso : " com.android.support.test.espresso:espresso-core:$espresso " ,
37+ design : " com.android.support:design:$design " ,
38+ junit : " junit:junit:$junit " ,
39+ test_rules : " com.android.support.test:rules:$test " ,
40+ test_runner : " com.android.support.test:runner:$test " ,
41+ voice : " com.algolia.instantsearch:voice:$voice "
3942 ]
4043}
0 commit comments