File tree Expand file tree Collapse file tree 9 files changed +5
-5
lines changed
CobraTestApp/cobra-test-app
demo/android/Activity/cobra-activity-demo-app Expand file tree Collapse file tree 9 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -124,4 +124,4 @@ jobs:
124
124
--project_name "Cobra-Android-Integration"
125
125
--devices "android-min-max"
126
126
--app_path "cobra-test-app/build/outputs/apk/release/cobra-test-app-release.apk"
127
- --test_path "cobra-test-app/build/outputs/apk/androidTest/release/cobra-test-app-release-androidTest.apk"
127
+ --test_path "cobra-test-app/build/outputs/apk/androidTest/release/cobra-test-app-release-androidTest.apk"
Original file line number Diff line number Diff line change 84
84
--project_name "Cobra-Android-Performance"
85
85
--devices "${{ matrix.device }}"
86
86
--app_path "cobra-test-app/build/outputs/apk/debug/cobra-test-app-debug.apk"
87
- --test_path "cobra-test-app/build/outputs/apk/androidTest/debug/cobra-test-app-debug-androidTest.apk"
87
+ --test_path "cobra-test-app/build/outputs/apk/androidTest/debug/cobra-test-app-debug-androidTest.apk"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
3
3
ext {
4
4
PUBLISH_GROUP_ID = ' ai.picovoice'
5
- PUBLISH_VERSION = ' 2.0.1 '
5
+ PUBLISH_VERSION = ' 2.0.2 '
6
6
PUBLISH_ARTIFACT_ID = ' cobra-android'
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ dependencies {
108
108
implementation ' androidx.constraintlayout:constraintlayout:2.1.1'
109
109
implementation ' androidx.navigation:navigation-fragment:2.3.5'
110
110
implementation ' androidx.navigation:navigation-ui:2.3.5'
111
- implementation ' ai.picovoice:cobra-android:2.0.1 '
111
+ implementation ' ai.picovoice:cobra-android:2.0.2 '
112
112
113
113
// Espresso UI Testing
114
114
androidTestImplementation ' androidx.test.ext:junit:1.1.3'
Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ dependencies {
67
67
implementation ' androidx.constraintlayout:constraintlayout:2.1.1'
68
68
implementation ' androidx.navigation:navigation-fragment:2.3.5'
69
69
implementation ' androidx.navigation:navigation-ui:2.3.5'
70
- implementation ' ai.picovoice:cobra-android:2.0.1 '
70
+ implementation ' ai.picovoice:cobra-android:2.0.2 '
71
71
implementation ' ai.picovoice:android-voice-processor:1.0.2'
72
72
}
You can’t perform that action at this time.
0 commit comments