File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
OrcaTestApp/orca-test-app
demo/android/OrcaDemo/orca-demo-app Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
33ext {
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 }
Original file line number Diff line number Diff 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
121121afterEvaluate {
Original file line number Diff line number Diff 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
3939tasks. register(' copyParams' , Copy ) {
You can’t perform that action at this time.
0 commit comments