We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f6c3c commit b13727fCopy full SHA for b13727f
2 files changed
android/build.gradle
@@ -63,6 +63,13 @@ android {
63
prefabPublishing true
64
}
65
66
+
67
+ prefab {
68
+ "op-server" {
69
+ headers "${project.buildDir}/headers/op-server/"
70
+ }
71
72
73
packagingOptions {
74
excludes = [
75
"META-INF",
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@op-engineering/op-server",
3
"private": false,
4
- "version": "0.1.1",
+ "version": "0.1.2",
5
"description": "Fast HTTP Server for React Native",
6
"main": "./lib/module/index.js",
7
"types": "./lib/typescript/src/index.d.ts",
0 commit comments