Skip to content

Commit a2d2be2

Browse files
authored
Support Android 16KB page size (#91)
1 parent 8d86018 commit a2d2be2

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

binding/android/Orca/orca/build.gradle

Lines changed: 1 addition & 1 deletion
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 = '1.1.1'
5+
PUBLISH_VERSION = '1.1.2'
66
PUBLISH_ARTIFACT_ID = 'orca-android'
77
}
88

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

125125
afterEvaluate {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

119119
afterEvaluate {
@@ -146,4 +146,4 @@ afterEvaluate {
146146
lintVitalAnalyzeReleaseTask.dependsOn "${flavor.name}CopyParams"
147147
}
148148
}
149-
}
149+
}
9.34 KB
Binary file not shown.
6.4 KB
Binary file not shown.

lib/android/x86/libpv_orca.so

10.4 KB
Binary file not shown.

lib/android/x86_64/libpv_orca.so

9.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)