Skip to content

Commit

Permalink
Merge pull request #984 from ZeusWPI/fix/lint
Browse files Browse the repository at this point in the history
Disable "OldTargetApi" lint check
  • Loading branch information
niknetniko authored Sep 5, 2024
2 parents 895ff99 + cab5019 commit fd05643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ android {
namespace 'be.ugent.zeus.hydra'

lint {
disable 'RtlSymmetry', 'VectorPath', 'Overdraw', 'GradleDependency', 'NotificationPermission'
disable 'RtlSymmetry', 'VectorPath', 'Overdraw', 'GradleDependency', 'NotificationPermission', 'OldTargetApi'
showAll true
warningsAsErrors true
}
Expand Down

0 comments on commit fd05643

Please sign in to comment.