Skip to content

Commit

Permalink
update client sdk to support native speex library
Browse files Browse the repository at this point in the history
  • Loading branch information
olami-developers authored and olami-developers committed Apr 16, 2018
1 parent f29fb97 commit 5d2ea46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions olami-android-voice-assistant-example/examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 21
targetSdkVersion 25
versionCode 1
versionName "20180117"
versionName "20180416"

archivesBaseName = "olami-android-voice-assistant-examples"

Expand Down Expand Up @@ -59,8 +59,8 @@ dependencies {
compile group: 'commons-net', name: 'commons-net', version: '3.3'

// * OLAMI HTTP Client SDKs
compile 'ai.olami:olami-android-client:2.4.1'
compile 'ai.olami:olami-java-client:1.3.0'
compile 'ai.olami:olami-android-client:2.5.0'
compile 'ai.olami:olami-java-client:1.4.0'
// * OLAMI SDKs and Voice-Kit libraries
compile project(':olami-android-hotword-detect-1.1.1')
compile project(':olami-android-tts-1.1.0.120')
Expand Down

0 comments on commit 5d2ea46

Please sign in to comment.