Skip to content

Commit ea767ed

Browse files
committed
disable lint check
1 parent 75c3b59 commit ea767ed

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

sdlplugin/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ android {
7575
path 'src/main/jni/Android.mk'
7676
}
7777
}
78+
79+
lintOptions {
80+
checkReleaseBuilds false
81+
// Or, if you prefer, you can continue to check for errors in release builds,
82+
// but continue the build even when errors are found:
83+
abortOnError false
84+
}
7885
}
7986

8087
dependencies {

0 commit comments

Comments
 (0)