Skip to content

Commit 50bb93f

Browse files
authored
Merge pull request #20 from algolia/feature/voice-release
Use remote voice artifact
2 parents 7b31d27 + 283186f commit 50bb93f

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

dependency.gradle

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

voice-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252

5353
dependencies {
54-
api project(":voice")
54+
api dependency_android.voice
5555

5656
implementation dependency_jvm.kotlin_stdlib
5757

0 commit comments

Comments
 (0)