Package com.dsi.ant
Class AntLibVersionInfo
java.lang.Object
com.dsi.ant.AntLibVersionInfo
Provides the version information of this library.
- Since:
- 4.4.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The version code of this Android ANT Library.static final String
The version string of this Android ANT Library. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANTLIB_VERSION_CODE
public static final int ANTLIB_VERSION_CODEThe version code of this Android ANT Library.- Since:
- 4.4.1
- See Also:
-
ANTLIB_VERSION_STRING
The version string of this Android ANT Library.- Since:
- 4.4.1
- See Also:
-
-
Constructor Details
-
AntLibVersionInfo
public AntLibVersionInfo()
-