Daniel King
Results
2
comments of
Daniel King
I am also running into a need for this, but am wondering if the current behavior in v5.1.0 might possibly be a bug. ``` System.out.println(new Semver("1.0.1-PRERELEASE").isGreaterThan(new Semver("1.0.0"))); System.out.println(new Semver("1.0.1-PRERELEASE").satisfies(">=1.0.0")); ```...
I'm also experiencing this issue. Any thoughts on whether this is a Proguard bug or expected behavior?