react-native-wakeword 1.1.44 → 1.1.46

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.
@@ -4,7 +4,7 @@ android {
4
4
  compileSdkVersion 33
5
5
 
6
6
  defaultConfig {
7
- minSdkVersion 21
7
+ minSdkVersion 23
8
8
  targetSdkVersion 33
9
9
  consumerProguardFiles 'consumer-rules.pro'
10
10
  }
@@ -1 +1 @@
1
- a02b7b681dd396f5bc166b0cfff4f555 keyworddetection-1.0.0.aar
1
+ 416b2f487198c9fe700011fe7f79feb6 keyworddetection-1.0.0.aar
@@ -1 +1 @@
1
- 91688619763ad075812224fede497f6b441232d1 keyworddetection-1.0.0.aar
1
+ da30b0aefd3a684023153f86b21afda6be3f5352 keyworddetection-1.0.0.aar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword",
3
- "version": "1.1.44",
3
+ "version": "1.1.46",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",