You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Add animalsniffer to check that source is compatible with Android API (#4705)
Add animalsniffer to check that Java packages are compatible with Android API level 21. Only targets packages that can be used in Android and ignores java.time.Instant and SentryWrapper. These are version gated and must be used explicitly, respectively.
Closes#4679
0 commit comments