public class AppVersionInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
version
The user-defined version text.
|
int |
versionCode
The Android version code from the AndroidManifest.xml.
|
Constructor and Description |
---|
AppVersionInfo(int versionCode,
String version) |