I am getting this error when executing lintDebug gradle task:
Error: When targeting Android 13 or higher, posting a permission requires holding the POST_NOTIFICATIONS permission (usage from com.squareup.picasso.RemoteViewsAction.NotificationAction) [NotificationPermission]
Explanation for issues of type "NotificationPermission":
When targeting Android 13 and higher, posting permissions requires holding
the runtime permission android.permission.POST_NOTIFICATIONS.
I have target targetSdkVersion 33 and I am running ./gradlew lint.
Should picasso include the permission or the depending app?
I am getting this error when executing lintDebug gradle task:
I have target targetSdkVersion 33 and I am running ./gradlew lint.
Should picasso include the permission or the depending app?