We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7700a commit 767a5d2Copy full SHA for 767a5d2
android/CMakeLists.txt
@@ -6,6 +6,10 @@ set (BUILD_DIR ${CMAKE_SOURCE_DIR}/build)
6
7
add_library(openpgp_bridge SHARED IMPORTED)
8
9
+
10
+file(TO_CMAKE_PATH ${NODE_MODULES_DIR} NODE_MODULES_DIR)
11
12
13
set_target_properties(openpgp_bridge
14
PROPERTIES
15
IMPORTED_LOCATION ${CMAKE_SOURCE_DIR}/src/main/jniLibs/${ANDROID_ABI}/libopenpgp_bridge.so
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-fast-openpgp",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "library for use openPGP",
5
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments