File tree Expand file tree Collapse file tree 7 files changed +5
-5
lines changed
OrcaTestApp/orca-test-app
demo/android/OrcaDemo/orca-demo-app Expand file tree Collapse file tree 7 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 = ' 1.1.1 '
5+ PUBLISH_VERSION = ' 1.1.2 '
66 PUBLISH_ARTIFACT_ID = ' orca-android'
77}
88
Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ dependencies {
111111 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
112112 implementation ' com.google.code.gson:gson:2.10'
113113 implementation ' com.google.errorprone:error_prone_annotations:2.36.0'
114- implementation ' ai.picovoice:orca-android:1.1.1 '
114+ implementation ' ai.picovoice:orca-android:1.1.2 '
115115
116116 // Espresso UI Testing
117117 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
118118 androidTestImplementation(' androidx.test.espresso:espresso-core:3.2.0' , {
119119 exclude group : ' com.android.support' , module : ' support-annotations'
120120 })
121121 androidTestImplementation(' androidx.test.espresso:espresso-intents:3.5.1' )
122- androidTestImplementation(' ai.picovoice:orca-android:1.1.1 ' )
122+ androidTestImplementation(' ai.picovoice:orca-android:1.1.2 ' )
123123}
124124
125125afterEvaluate {
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ dependencies {
113113 implementation ' androidx.appcompat:appcompat:1.4.2'
114114 implementation ' com.google.android.material:material:1.6.1'
115115 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
116- implementation ' ai.picovoice:orca-android:1.1.1 '
116+ implementation ' ai.picovoice:orca-android:1.1.2 '
117117}
118118
119119afterEvaluate {
@@ -146,4 +146,4 @@ afterEvaluate {
146146 lintVitalAnalyzeReleaseTask. dependsOn " ${ flavor.name} CopyParams"
147147 }
148148 }
149- }
149+ }
You can’t perform that action at this time.
0 commit comments