mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-08-04 03:26:08 -04:00
Fixed lint issue while compiling the project.
This commit is contained in:
parent
b9cf818cce
commit
cc64d2f49e
@ -75,7 +75,7 @@ android {
|
||||
abortOnError true
|
||||
checkAllWarnings = true
|
||||
warningsAsErrors true
|
||||
disable("GradleDependency", "UnknownNullness")
|
||||
disable("GradleDependency", "UnknownNullness", "OldTargetApi")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user