Skip to content

Commit a8182ff

Browse files
author
olami-developers
committed
change version to beta5
1 parent 90f7bba commit a8182ff

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
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.3.2'
60-
compile project(':olami-android-hotword-detect-1.0.0.beta4')
60+
compile project(':olami-android-hotword-detect-1.0.0.beta5')
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.0.0.beta4.aar'))
2+
artifacts.add("default", file('olami-android-hotword-detect-1.0.0.beta5.aar'))

olami-android-hotword-detect-1.0.0.beta4/olami-android-hotword-detect-1.0.0.beta4.aar renamed to olami-android-hotword-detect-1.0.0.beta5/olami-android-hotword-detect-1.0.0.beta5.aar

34.2 MB
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.beta4'
1+
include ':examples', ':olami-android-hotword-detect-1.0.0.beta5'

0 commit comments

Comments
 (0)