BlacKCaT27 / CurrencyEditText

A module designed to encapsulate the use of an Android EditText field for gathering currency information from a user. Supports all ISO-3166 compliant locales/currencies.
Apache License 2.0
339 stars 79 forks source link

Outdated version number in README #9

Closed MarcinOrlowski closed 8 years ago

MarcinOrlowski commented 8 years ago

You should consider editing your README and replacing

compile 'com.github.BlacKCaT27:CurrencyEditText:v1.2.3'

with something more generic like

compile 'com.github.BlacKCaT27:CurrencyEditText:v<VERSION>'

if you not plan to keep README updated after each release as others do that so people may simply copy this w/o checking into their gradle files and get hit by outdated version instead of recent one.

BlacKCaT27 commented 8 years ago

Thanks for calling that out; I did update the readme with new feature information but missed updating the version number. It has now been updated.