surfstudio / flutter-otp-autofill

Made by Surf 🏄
Apache License 2.0
75 stars 43 forks source link

mark receivers as exported #69

Closed handzup closed 3 months ago

handzup commented 9 months ago

Related tasks

no tasks

Changes

with Android 14 android receivers should be either marked as exported or marked not exported. documentation: https://developer.android.com/about/versions/14/behavior-changes-14

Checklist for self-check

Checklist for reviewers

Design:

Functionality:

Complexity:

Tests:

Naming:

Comments:

Documentation:

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6d152e6) 96.34% compared to head (13a56ac) 96.34%. Report is 2 commits behind head on main.

:exclamation: Current head 13a56ac differs from pull request most recent head 1d8dab0. Consider uploading reports for the commit 1d8dab0 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #69 +/- ## ======================================= Coverage 96.34% 96.34% ======================================= Files 4 4 Lines 82 82 ======================================= Hits 79 79 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DmitrDomrachev commented 3 months ago

fixed in https://github.com/surfstudio/flutter-otp-autofill/pull/72