X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/af945cf38e6121bb5066e4591493f78d09cba4e3..b935e64360db2f6f0159b879a810ad4428c87ce9:/Command.cpp diff --git a/Command.cpp b/Command.cpp index 537ae5e..735a80d 100644 --- a/Command.cpp +++ b/Command.cpp @@ -603,7 +603,7 @@ int doDump(Bundle* bundle) } else { printf("versionCode='' "); } - String8 versionName = getAttribute(tree, VERSION_NAME_ATTR, &error); + String8 versionName = getResolvedAttribute(&res, tree, VERSION_NAME_ATTR, &error); if (error != "") { fprintf(stderr, "ERROR getting 'android:versionName' attribute: %s\n", error.string()); goto bail;