react-native-xxhash 0.1.0 → 0.1.1

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.
@@ -30,26 +30,19 @@ include_directories(
30
30
  )
31
31
 
32
32
  if (ReactAndroid_VERSION_MINOR GREATER_EQUAL 76)
33
- target_link_libraries(
34
- react-native-xxhash
35
- ReactAndroid::jsi
36
- log
37
- ReactAndroid::reactnative
38
- fbjni::fbjni
39
- )
33
+ target_link_libraries(
34
+ react-native-xxhash
35
+ ReactAndroid::jsi
36
+ log
37
+ ReactAndroid::reactnative
38
+ fbjni::fbjni
39
+ )
40
40
  else()
41
- target_link_libraries(
42
- react-native-xxhash
43
- fbjni::fbjni
44
- android
45
- ReactAndroid::jsi
46
- ReactAndroid::turbomodulejsijni
47
- )
48
-
49
-
50
- # target_link_libraries(react-native-xxhash
51
- # ReactAndroid::jsi
52
- # log
53
- # ReactAndroid::reactnative
54
- # fbjni::fbjni
55
- # )
41
+ target_link_libraries(
42
+ react-native-xxhash
43
+ ReactAndroid::jsi
44
+ log
45
+ ReactAndroid::reactnativejni
46
+ fbjni::fbjni
47
+ )
48
+ endif()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-xxhash",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "react-native-xxhash",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",