Skip to content

Commit

Permalink
update android (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 16, 2023
1 parent 5481ac4 commit 689bd0a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion binding/android/Porcupine/porcupine/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 = 'porcupine-android'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
minSdkVersion 21
targetSdkVersion defaultTargetSdkVersion
versionCode 7
versionName "2.2.0"
versionName "3.0.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

resValue 'string', 'pvTestingAccessKey', properties.getProperty("pvTestingAccessKey", "")
Expand Down Expand Up @@ -136,7 +136,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.code.gson:gson:2.10'
implementation 'ai.picovoice:porcupine-android:3.0.0'
implementation 'ai.picovoice:porcupine-android:3.0.1'

// Espresso UI Testing
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.code.gson:gson:2.10'
implementation 'ai.picovoice:porcupine-android:3.0.0'
implementation 'ai.picovoice:porcupine-android:3.0.1'
}

afterEvaluate {
Expand Down
4 changes: 2 additions & 2 deletions demo/android/STT/porcupine-stt-demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion defaultTargetSdkVersion
versionCode 5
versionName "2.2.0"
versionName "3.0.0"
}
buildTypes {
release {
Expand All @@ -28,5 +28,5 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'ai.picovoice:porcupine-android:3.0.0'
implementation 'ai.picovoice:porcupine-android:3.0.1'
}
4 changes: 2 additions & 2 deletions demo/android/Service/porcupine-service-demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion defaultTargetSdkVersion
versionCode 1
versionName "2.2.0"
versionName "3.0.0"
}
buildTypes {
release {
Expand All @@ -25,5 +25,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'ai.picovoice:porcupine-android:3.0.0'
implementation 'ai.picovoice:porcupine-android:3.0.1'
}

0 comments on commit 689bd0a

Please sign in to comment.