Skip to content

Commit 5aac5c5

Browse files
olami-developersolami-developers
authored andcommitted
Update Android Client SDK to 2.2.0
1 parent e3d08a0 commit 5aac5c5

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
compile 'com.android.support.constraint:constraint-layout:1.0.2'
5757
testCompile 'junit:junit:4.12'
5858

59-
compile project(':olami-android-hotword-detect-1.0.0.beta')
59+
compile project(':olami-android-hotword-detect-1.0.0.beta2')
6060
}
6161

6262
// Copy output files to '/bin' after build --------------
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.0.0.beta2.aar'))
Binary file not shown.

settings.gradle

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

0 commit comments

Comments
 (0)