paypal / butterfly

Application transformation tool
https://paypal.github.io/butterfly/
MIT License
47 stars 50 forks source link

Improve IllegalArgumentException if "version to" is older than current version #362

Closed badalsarkar closed 3 years ago

badalsarkar commented 3 years ago

Fixed #214 .

I have used Gradle-Core library's VersionNumber class to compare the currentVersion and upgradeVersion.

I have also added three test cases.

Please let me know if anything needs to be changes.

Thank you.