react-native-wakeword 1.0.37 → 1.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.sha1 +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.pom +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.pom.md5 +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.pom.sha1 +1 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -36,7 +36,7 @@ dependencies {
|
|
|
36
36
|
implementation "com.facebook.react:react-native:+"
|
|
37
37
|
implementation 'com.microsoft.onnxruntime:onnxruntime-android:1.13.1'
|
|
38
38
|
implementation 'ai.picovoice:android-voice-processor:1.0.2'
|
|
39
|
-
implementation 'com.davoice
|
|
39
|
+
implementation 'com.davoice:keyworddetection:1.0.0'
|
|
40
40
|
// implementation(name: 'MyLibrary-release', ext: 'aar') // Add this line
|
|
41
41
|
}
|
|
42
42
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
bb17585e6f4cf75bd791f9940e5fe10f
|
|
1
|
+
bb17585e6f4cf75bd791f9940e5fe10f keyworddetection-1.0.0.aar
|
|
@@ -1 +1 @@
|
|
|
1
|
-
7ac49c589641f454508a0bf43f001568402c1226
|
|
1
|
+
7ac49c589641f454508a0bf43f001568402c1226 keyworddetection-1.0.0.aar
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
|
4
4
|
http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
5
5
|
<modelVersion>4.0.0</modelVersion>
|
|
6
|
-
<groupId>com.davoice
|
|
6
|
+
<groupId>com.davoice</groupId>
|
|
7
7
|
<artifactId>keyworddetection</artifactId>
|
|
8
8
|
<version>1.0.0</version>
|
|
9
9
|
<packaging>aar</packaging>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e5c6a73bac657aa816353ea352a514b6 keyworddetection-1.0.0.pom
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e5d2ce768d7a084d7dbe62bf5b7d1489f31f76c8 keyworddetection-1.0.0.pom
|