We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3641c commit c475694Copy full SHA for c475694
parse/src/main/java/com/parse/ManifestInfo.java
@@ -61,6 +61,7 @@ public static String getVersionName() {
61
versionName = getPackageManager().getPackageInfo(getContext().getPackageName(), 0).versionName;
62
} catch (NameNotFoundException e) {
63
PLog.e(TAG, "Couldn't find info about own package", e);
64
+ versionName = "unknown";
65
}
66
67
0 commit comments