react-native-wakeword 1.0.36 → 1.0.37

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.
@@ -22,8 +22,13 @@ repositories {
22
22
  mavenCentral()
23
23
  maven {
24
24
  url 'https://maven.pkg.github.com/microsoft/onnxruntime'
25
+ }
26
+ maven {
25
27
  url './libs'
26
28
  }
29
+ maven {
30
+ url "$projectDir/libs"
31
+ }
27
32
  mavenLocal()
28
33
  }
29
34
 
@@ -1 +1 @@
1
- bb17585e6f4cf75bd791f9940e5fe10f keyworddetection-1.0.0.aar
1
+ bb17585e6f4cf75bd791f9940e5fe10f
@@ -1 +1 @@
1
- 7ac49c589641f454508a0bf43f001568402c1226 keyworddetection-1.0.0.aar
1
+ 7ac49c589641f454508a0bf43f001568402c1226
@@ -1,7 +1,10 @@
1
- <project>
2
- <modelVersion>4.0.0</modelVersion>
3
- <groupId>com.davoice.keyworddetection</groupId>
4
- <artifactId>keyworddetection</artifactId>
5
- <version>1.0.0</version>
6
- <packaging>aar</packaging>
1
+ <project xmlns="http://maven.apache.org/POM/4.0.0"
2
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
+ http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+ <modelVersion>4.0.0</modelVersion>
6
+ <groupId>com.davoice.keyworddetection</groupId>
7
+ <artifactId>keyworddetection</artifactId>
8
+ <version>1.0.0</version>
9
+ <packaging>aar</packaging>
7
10
  </project>
@@ -1 +1 @@
1
- fda0f822a78e6e3085095650a2ae34e4 keyworddetection-1.0.0.pom
1
+ fb2793a0cf0ea9acb8320f6c09efdd2b
@@ -1 +1 @@
1
- 3b006e1c1908d3c70e13781ec1e8529983c25d83 keyworddetection-1.0.0.pom
1
+ ad1bb18b9131bd76f6f3d88e309ce4872725fc3d
@@ -1 +1,2 @@
1
- include ':app'
1
+ include ':react-native-wakeword'
2
+ project(':react-native-wakeword').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-wakeword/android')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",