Skip to content

Commit 97f6c3c

Browse files
committed
Android lint
1 parent 6618d03 commit 97f6c3c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ android {
9090
}
9191
}
9292

93-
lintOptions {
93+
lint {
9494
disable "GradleCompatible"
95+
abortOnError false
9596
}
9697

9798
compileOptions {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@op-engineering/op-server",
33
"private": false,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "Fast HTTP Server for React Native",
66
"main": "./lib/module/index.js",
77
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)