File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
EagleTestApp/eagle-test-app
demo/android/EagleDemo/eagle-demo-app Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
33ext {
44 PUBLISH_GROUP_ID = ' ai.picovoice'
5- PUBLISH_VERSION = ' 1.0.0 '
5+ PUBLISH_VERSION = ' 1.0.1 '
66 PUBLISH_ARTIFACT_ID = ' eagle-android'
77}
88
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ dependencies {
116116 implementation ' androidx.appcompat:appcompat:1.6.1'
117117 implementation ' com.google.android.material:material:1.8.0'
118118 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
119- implementation ' ai.picovoice:eagle-android:1.0.0 '
119+ implementation ' ai.picovoice:eagle-android:1.0.1 '
120120
121121 // Espresso UI Testing
122122 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ dependencies {
6767 implementation ' androidx.appcompat:appcompat:1.4.2'
6868 implementation ' com.google.android.material:material:1.6.1'
6969 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
70- implementation ' ai.picovoice:eagle-android:1.0.0 '
70+ implementation ' ai.picovoice:eagle-android:1.0.1 '
7171 implementation ' ai.picovoice:android-voice-processor:1.0.2'
7272}
You can’t perform that action at this time.
0 commit comments