Releases: LiWenHui96/upgrade_util
Releases · LiWenHui96/upgrade_util
v2.3.4
v2.3.3
- In forced update mode, the popup no longer closes.
v2.3.2
- Fixed the issue that the click event of the upgrade button of the iOS pop-up window was invalid.
v2.3.1
- The version limit of Android application permission is O, O_MR1, P.
v2.3.0 - More rigorous download method.
Introduces new downloadUri
API; downloadUrl
are now deprecated. These new APIs:
- replace the
String
URL argument with aUri
, to prevent common issues with providing invalid URL strings. - Add
downloadInterceptors
,deleteOnError
,lengthHeader
,data
,options
to dio. - Reorganizes and clarifies README.
- Add new function basis #2.
v2.2.4
The packageName
field is no longer provided because the package name of the project is used uniformly.
v2.2.3
Modify the judgment method of the platform.
v2.2.2
- Update description.
- Minor fixes for new analysis options.
v2.2.1+2
- Update README.md
v2.2.1+1
- Update README.md