react-native-nitro-buffer 0.0.11 → 0.0.13

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.
@@ -12,6 +12,7 @@ def getExtOrDefault(name, defaultValue) {
12
12
 
13
13
  android {
14
14
  namespace "com.margelo.nitro.buffer"
15
+ ndkVersion getExtOrDefault("ndkVersion", "27.1.12297006")
15
16
  compileSdkVersion getExtOrDefault("compileSdkVersion", 34)
16
17
 
17
18
  defaultConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-buffer",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "The fastest, 100% Node.js-compatible Buffer implementation for React Native, powered by Nitro Modules and C++.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",
@@ -45,4 +45,4 @@
45
45
  "nitrogen/",
46
46
  "*.podspec"
47
47
  ]
48
- }
48
+ }