Skip to content

Commit

Permalink
update android (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 16, 2023
1 parent 31381f2 commit f3b5f02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binding/android/Cobra/cobra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

ext {
PUBLISH_GROUP_ID = 'ai.picovoice'
PUBLISH_VERSION = '2.0.0'
PUBLISH_VERSION = '2.0.1'
PUBLISH_ARTIFACT_ID = 'cobra-android'
}

Expand Down
2 changes: 1 addition & 1 deletion binding/android/CobraTestApp/cobra-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation 'ai.picovoice:cobra-android:2.0.0'
implementation 'ai.picovoice:cobra-android:2.0.1'

// Espresso UI Testing
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion demo/android/Activity/cobra-activity-demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation 'ai.picovoice:cobra-android:2.0.0'
implementation 'ai.picovoice:cobra-android:2.0.1'
implementation 'ai.picovoice:android-voice-processor:1.0.2'
}

0 comments on commit f3b5f02

Please sign in to comment.