Skip to content

Commit

Permalink
Optimize performance on lower-level platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
olami-developers authored and olami-developers committed Jan 26, 2018
1 parent 4a104c5 commit f95d825
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 17
targetSdkVersion 25
versionCode 1
versionName "20171122"
versionName "20180126"

archivesBaseName = "olami-android-hotword-examples"

Expand Down Expand Up @@ -56,8 +56,8 @@ dependencies {
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'

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

// Copy output files to '/bin' after build --------------
Expand Down
2 changes: 0 additions & 2 deletions olami-android-hotword-detect-1.0.0.beta5/build.gradle

This file was deleted.

2 changes: 2 additions & 0 deletions olami-android-hotword-detect-1.1.0/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('olami-android-hotword-detect-1.1.0.aar'))
Binary file not shown.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':examples', ':olami-android-hotword-detect-1.0.0.beta5'
include ':examples', ':lib', ':olami-android-hotword-detect-1.1.0'

0 comments on commit f95d825

Please sign in to comment.