Skip to content

Commit df51272

Browse files
authored
Support Android 16KB page size (#102)
1 parent 34ebbc8 commit df51272

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

binding/android/Eagle/eagle/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.0.0'
5+
PUBLISH_VERSION = '1.0.1'
66
PUBLISH_ARTIFACT_ID = 'eagle-android'
77
}
88

binding/android/EagleTestApp/eagle-test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
implementation 'androidx.appcompat:appcompat:1.6.1'
117117
implementation 'com.google.android.material:material:1.8.0'
118118
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
119-
implementation 'ai.picovoice:eagle-android:1.0.0'
119+
implementation 'ai.picovoice:eagle-android:1.0.1'
120120

121121
// Espresso UI Testing
122122
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

demo/android/EagleDemo/eagle-demo-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ dependencies {
6767
implementation 'androidx.appcompat:appcompat:1.4.2'
6868
implementation 'com.google.android.material:material:1.6.1'
6969
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
70-
implementation 'ai.picovoice:eagle-android:1.0.0'
70+
implementation 'ai.picovoice:eagle-android:1.0.1'
7171
implementation 'ai.picovoice:android-voice-processor:1.0.2'
7272
}
0 Bytes
Binary file not shown.

lib/android/x86_64/libpv_eagle.so

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)