We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf89d48 commit 986f884Copy full SHA for 986f884
android/build.gradle
@@ -54,6 +54,7 @@ android {
54
disable "ResourceType" // Annotation binding
55
disable "GradleDependency"
56
disable "NewerVersionAvailable"
57
+ disable "PropertyPrefixes" // getting false positives because of odata actions & functions (getOrder setOrder)
58
}
59
sourceSets {
60
main {
0 commit comments