Merge "Reset target sdk version of ParseTypeImpl"

This commit is contained in:
Treehugger Robot
2021-05-18 19:56:58 +00:00
committed by Gerrit Code Review

View File

@@ -119,6 +119,7 @@ public class ParseTypeImpl implements ParseInput, ParseResult<Object> {
// how many APKs they're going through. // how many APKs they're going through.
mDeferredErrors.erase(); mDeferredErrors.erase();
} }
mTargetSdkVersion = null;
return this; return this;
} }