public final class MyTargetVersion
extends Object
-
Field Summary
Fields
Represents version of SDK, eg.
Represents integer version of SDK, eg.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
VERSION
public static final String VERSION
Represents version of SDK, eg. "5.5.5"
-
VERSION_INT
public static final String VERSION_INT
Represents integer version of SDK, eg. "5.5.5" becomes "5005005"