public class VersionMap
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_VERSION |
| Constructor and Description |
|---|
VersionMap() |
| Modifier and Type | Method and Description |
|---|---|
static int |
mapApiToArtVersion(int api) |
static int |
mapApiToDexVersion(int api) |
static int |
mapArtVersionToApi(int artVersion) |
static int |
mapDexVersionToApi(int dexVersion) |
public static final int NO_VERSION