Ashinch / ReadYou

An Android RSS reader presented in Material You style.
GNU General Public License v3.0
4.83k stars 188 forks source link

fix(preferences): revert `newVersionSize` to `newVersionSizeString` #718

Closed Ashinch closed 3 months ago

Ashinch commented 3 months ago

In earlier versions, there was an Int type named newVersionSize. In version 0.10.0, newVersionSizeString was renamed back to newVersionSize, causing a conversion error for earlier users when converting from Int to String type values, leading to application crashes and startup failures.

Close #730