public interface IVersionChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatibleVersion(String oldVersion,
String newVersion)
Returns true if the new version is compatible to the old version or both versions are equal
|
Copyright © 2020. All rights reserved.