Skip to content

Commit

Permalink
V0.2.1 android (#27)
Browse files Browse the repository at this point in the history
* update version

* test app

* try fix

* increment publish version

* uncomment release block in binding

* --info

* --stacktrace

* uncomment test-app release blocks

* fix

* fix

* post release
  • Loading branch information
albho authored May 31, 2024
1 parent d504523 commit 23b2c57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions binding/android/Orca/orca/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 = '0.2.0'
PUBLISH_VERSION = '0.2.1'
PUBLISH_ARTIFACT_ID = 'orca-android'
}

Expand All @@ -15,7 +15,7 @@ android {
minSdkVersion 21
targetSdkVersion defaultTargetSdkVersion
versionCode 2
versionName "0.2"
versionName "0.2.1"

consumerProguardFiles "consumer-rules.pro"
}
Expand Down
4 changes: 2 additions & 2 deletions binding/android/OrcaTestApp/orca-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'ai.picovoice:orca-android:0.2.0'
implementation 'ai.picovoice:orca-android:0.2.1'

// Espresso UI Testing
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand All @@ -115,7 +115,7 @@ dependencies {
})
androidTestImplementation('com.microsoft.appcenter:espresso-test-extension:1.4')
androidTestImplementation('androidx.test.espresso:espresso-intents:3.5.1')
androidTestImplementation('ai.picovoice:leopard-android:2.0.1')
androidTestImplementation('ai.picovoice:orca-android:0.2.1')
}

afterEvaluate {
Expand Down
2 changes: 1 addition & 1 deletion demo/android/OrcaDemo/orca-demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'ai.picovoice:orca-android:0.2.0'
implementation 'ai.picovoice:orca-android:0.2.1'
}

tasks.register('copyParams', Copy) {
Expand Down

0 comments on commit 23b2c57

Please sign in to comment.