Skip to content

Commit

Permalink
fix name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
olami-developers authored and olami-developers committed Jan 31, 2018
1 parent f95d825 commit 531af06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
testCompile 'junit:junit:4.12'

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

// Copy output files to '/bin' after build --------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('olami-android-hotword-detect-1.1.0.aar'))
artifacts.add("default", file('olami-android-hotword-detect-1.1.1.aar'))
Binary file not shown.

0 comments on commit 531af06

Please sign in to comment.