Skip to content

Commit

Permalink
update android (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 16, 2023
1 parent 1735c32 commit b4c14b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binding/android/Rhino/rhino/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 = '3.0.0'
PUBLISH_VERSION = '3.0.1'
PUBLISH_ARTIFACT_ID = 'rhino-android'
}

Expand Down
2 changes: 1 addition & 1 deletion binding/android/RhinoTestApp/rhino-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.code.gson:gson:2.10'
implementation 'ai.picovoice:rhino-android:3.0.0'
implementation 'ai.picovoice:rhino-android:3.0.1'

// Espresso UI Testing
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion demo/android/Activity/rhino-activity-demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.code.gson:gson:2.10'
implementation 'ai.picovoice:rhino-android:3.0.0'
implementation 'ai.picovoice:rhino-android:3.0.1'
}

afterEvaluate {
Expand Down

0 comments on commit b4c14b7

Please sign in to comment.