Skip to content

Commit ea65969

Browse files
committed
disabling lint check on release build
1 parent 30610b3 commit ea65969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth0/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ android {
5151
lintOptions {
5252
htmlReport true
5353
abortOnError true
54+
checkReleaseBuilds false
5455
}
5556
testOptions {
5657
unitTests {

0 commit comments

Comments
 (0)