Skip to content

Commit f95d825

Browse files
olami-developersolami-developers
authored andcommitted
Optimize performance on lower-level platforms
1 parent 4a104c5 commit f95d825

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

examples/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 17
99
targetSdkVersion 25
1010
versionCode 1
11-
versionName "20171122"
11+
versionName "20180126"
1212

1313
archivesBaseName = "olami-android-hotword-examples"
1414

@@ -56,8 +56,8 @@ dependencies {
5656
compile 'com.android.support.constraint:constraint-layout:1.0.2'
5757
testCompile 'junit:junit:4.12'
5858

59-
compile 'ai.olami:olami-android-client:2.3.3'
60-
compile project(':olami-android-hotword-detect-1.0.0.beta5')
59+
compile 'ai.olami:olami-android-client:2.4.1'
60+
compile project(':olami-android-hotword-detect-1.1.0')
6161
}
6262

6363
// Copy output files to '/bin' after build --------------

olami-android-hotword-detect-1.0.0.beta5/build.gradle

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
configurations.maybeCreate("default")
2+
artifacts.add("default", file('olami-android-hotword-detect-1.1.0.aar'))

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':examples', ':olami-android-hotword-detect-1.0.0.beta5'
1+
include ':examples', ':lib', ':olami-android-hotword-detect-1.1.0'

0 commit comments

Comments
 (0)