Skip to content

Commit 531af06

Browse files
olami-developersolami-developers
authored andcommitted
fix name issue
1 parent f95d825 commit 531af06

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
testCompile 'junit:junit:4.12'
5858

5959
compile 'ai.olami:olami-android-client:2.4.1'
60-
compile project(':olami-android-hotword-detect-1.1.0')
60+
compile project(':olami-android-hotword-detect-1.1.1')
6161
}
6262

6363
// Copy output files to '/bin' after build --------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configurations.maybeCreate("default")
2-
artifacts.add("default", file('olami-android-hotword-detect-1.1.0.aar'))
2+
artifacts.add("default", file('olami-android-hotword-detect-1.1.1.aar'))

0 commit comments

Comments
 (0)