javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.98k stars 412 forks source link

Refine cutting of a preceding v in version string #137

Closed dhebbeker closed 6 years ago

dhebbeker commented 6 years ago

A version string is split by a v only once and only if it is at the beginning of the string.

javiersantos commented 6 years ago

Thank you 👍