We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6618d03 commit 97f6c3cCopy full SHA for 97f6c3c
2 files changed
android/build.gradle
@@ -90,8 +90,9 @@ android {
90
}
91
92
93
- lintOptions {
+ lint {
94
disable "GradleCompatible"
95
+ abortOnError false
96
97
98
compileOptions {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@op-engineering/op-server",
3
"private": false,
4
- "version": "0.1.0",
+ "version": "0.1.1",
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