Files
divkit/client/android/sample/lint-baseline.xml
T
grechka62 70d3a88dcf Fix lint errors
commit_hash:2e79479063875623e29eb620aa08e2945b81cbfe
2024-09-19 12:40:32 +03:00

12 lines
586 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.5.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.2)" variant="all" version="8.5.2">
<!-- Caused by https://github.com/square/picasso/issues/2354 -->
<issue
id="NotificationPermission"
message="When targeting Android 13 or higher, posting a permission requires holding the `POST_NOTIFICATIONS` permission (usage from com.squareup.picasso.RemoteViewsAction.NotificationAction)">
<location
file="src/main/AndroidManifest.xml"/>
</issue>
</issues>