Skip to content

Commit 23b2c57

Browse files
authored
V0.2.1 android (#27)
* 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
1 parent d504523 commit 23b2c57

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

binding/android/Orca/orca/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
ext {
44
PUBLISH_GROUP_ID = 'ai.picovoice'
5-
PUBLISH_VERSION = '0.2.0'
5+
PUBLISH_VERSION = '0.2.1'
66
PUBLISH_ARTIFACT_ID = 'orca-android'
77
}
88

@@ -15,7 +15,7 @@ android {
1515
minSdkVersion 21
1616
targetSdkVersion defaultTargetSdkVersion
1717
versionCode 2
18-
versionName "0.2"
18+
versionName "0.2.1"
1919

2020
consumerProguardFiles "consumer-rules.pro"
2121
}

binding/android/OrcaTestApp/orca-test-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies {
106106
implementation 'androidx.appcompat:appcompat:1.6.1'
107107
implementation 'com.google.android.material:material:1.8.0'
108108
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
109-
implementation 'ai.picovoice:orca-android:0.2.0'
109+
implementation 'ai.picovoice:orca-android:0.2.1'
110110

111111
// Espresso UI Testing
112112
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
@@ -115,7 +115,7 @@ dependencies {
115115
})
116116
androidTestImplementation('com.microsoft.appcenter:espresso-test-extension:1.4')
117117
androidTestImplementation('androidx.test.espresso:espresso-intents:3.5.1')
118-
androidTestImplementation('ai.picovoice:leopard-android:2.0.1')
118+
androidTestImplementation('ai.picovoice:orca-android:0.2.1')
119119
}
120120

121121
afterEvaluate {

demo/android/OrcaDemo/orca-demo-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'androidx.appcompat:appcompat:1.6.1'
3434
implementation 'com.google.android.material:material:1.8.0'
3535
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
36-
implementation 'ai.picovoice:orca-android:0.2.0'
36+
implementation 'ai.picovoice:orca-android:0.2.1'
3737
}
3838

3939
tasks.register('copyParams', Copy) {

0 commit comments

Comments
 (0)