Skip to content

Commit

Permalink
Fix Lint deprecation in Gradle 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan committed Mar 21, 2023
1 parent af599f2 commit a8d782b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
}
}

lintOptions {
lint {
disable 'RtlEnabled', 'VectorPath', 'IconLocation'
}
kotlinOptions {
Expand Down

0 comments on commit a8d782b

Please sign in to comment.