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 b046a2c commit 90f7bbaCopy full SHA for 90f7bba
examples/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 17
9
targetSdkVersion 25
10
versionCode 1
11
- versionName "20171110"
+ versionName "20171121"
12
13
archivesBaseName = "olami-android-hotword-examples"
14
@@ -56,7 +56,7 @@ dependencies {
56
compile 'com.android.support.constraint:constraint-layout:1.0.2'
57
testCompile 'junit:junit:4.12'
58
59
- compile 'ai.olami:olami-android-client:2.3.1'
+ compile 'ai.olami:olami-android-client:2.3.2'
60
compile project(':olami-android-hotword-detect-1.0.0.beta4')
61
}
62
0 commit comments