We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1514650 commit 26cfa51Copy full SHA for 26cfa51
app/build.gradle
@@ -23,17 +23,15 @@ android {
23
}
24
25
26
-
27
28
dependencies {
29
- implementation project(':voice')
30
31
implementation dependency_jvm.kotlin_stdlib
32
33
implementation dependency_android.appcompat
34
implementation dependency_android.design
35
implementation dependency_android.constraint_layout
36
+ implementation dependency_android.voice
+
37
androidTestImplementation dependency_android.junit
38
androidTestImplementation dependency_android.test_rules
39
androidTestImplementation dependency_android.test_runner
0 commit comments