| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| version-compare-1.5.0-sample.apk | 2022-01-02 | 74.2 kB | |
| README.md | 2022-01-02 | 443 Bytes | |
| Totals: 2 Items | 74.7 kB | 0 | |
- changed version number handling from Integer to Long
getSubversionNumbers()now returns a list of LonggetMajor(),getMinor(),getPatch()now return long- optimized and cleanup compare logic to use the Comparable methods
- changed nullability annotations to org.jetbrains.annotations
- fixed a bug where the pre-release version number was not detected due to case sensitivity
- add Kotlin samples to the README