Skip to content

Commit

Permalink
fix(device_info_plus): Ignore MissingPermission lint error on Andro…
Browse files Browse the repository at this point in the history
…id (#3317)

Co-authored-by: Miguel Beltran <[email protected]>
  • Loading branch information
arrrrny and miquelbeltran authored Oct 12, 2024
1 parent 93fed63 commit 6469523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
}

lintOptions {
disable 'InvalidPackage'
disable 'InvalidPackage', 'MissingPermission'
}

dependencies {
Expand Down

0 comments on commit 6469523

Please sign in to comment.