Skip to content

Commit

Permalink
add exoplayer class to lint error baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlatsch committed Feb 21, 2024
1 parent 0364a58 commit 166c742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
<lint>
<issue id="NotificationPermission">
<ignore regexp="com.bumptech.glide.request.target.NotificationTarget" />
<ignore
regexp="com.google.android.exoplayer2.offline.DownloadService.ForegroundNotificationUpdater" />
</issue>
</lint>

0 comments on commit 166c742

Please sign in to comment.