larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
569 stars 278 forks source link

Changed the Android Play Store description minimum app version tag #208

Closed larryaasen closed 2 years ago

larryaasen commented 2 years ago

Changed the Android Play Store description minimum app version tag from [:mav: 1.2.3], which is not allowed by Google, to [Minimum supported app version: 1.2.3], which should be allowed. Thanks to @joymyr for the suggestion. Bumped version to 4.7.0-alpha.1, and updated the CHANGELOG and README.

codecov[bot] commented 2 years ago

Codecov Report

Base: 92.42% // Head: 92.30% // Decreases project coverage by -0.11% :warning:

Coverage data is based on head (e836cd7) compared to base (761f6fa). Patch coverage: 71.42% of modified lines in pull request are covered.

:exclamation: Current head e836cd7 differs from pull request most recent head ede7954. Consider uploading reports for the commit ede7954 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #208 +/- ## ========================================== - Coverage 92.42% 92.30% -0.12% ========================================== Files 10 10 Lines 950 923 -27 ========================================== - Hits 878 852 -26 + Misses 72 71 -1 ``` | [Impacted Files](https://codecov.io/gh/larryaasen/upgrader/pull/208?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen) | Coverage Δ | | |---|---|---| | [lib/src/itunes\_search\_api.dart](https://codecov.io/gh/larryaasen/upgrader/pull/208/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen#diff-bGliL3NyYy9pdHVuZXNfc2VhcmNoX2FwaS5kYXJ0) | `78.57% <50.00%> (-0.85%)` | :arrow_down: | | [lib/src/play\_store\_search\_api.dart](https://codecov.io/gh/larryaasen/upgrader/pull/208/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen#diff-bGliL3NyYy9wbGF5X3N0b3JlX3NlYXJjaF9hcGkuZGFydA==) | `96.87% <80.00%> (+2.13%)` | :arrow_up: | | [lib/src/upgrade\_messages.dart](https://codecov.io/gh/larryaasen/upgrader/pull/208/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen#diff-bGliL3NyYy91cGdyYWRlX21lc3NhZ2VzLmRhcnQ=) | `100.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

larryaasen commented 2 years ago

I just released a Prerelease: 4.7.0-alpha.1, with this change. Please test this out and let me know if this works for an Android Play Store submission.