Skip to content

Commit 69e4f82

Browse files
travis: fix libinit error
1 parent 4b6ab7e commit 69e4f82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

in.uncod.android.bypass/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ android {
1919
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2020
}
2121
}
22+
lintOptions {
23+
abortOnError false
24+
}
25+
2226
}
2327

2428
dependencies {

0 commit comments

Comments
 (0)