android clear updates

This commit is contained in:
Geoffrey Goh
2015-12-22 13:16:36 -08:00
parent e65aaaa2f1
commit 78fe9391af

View File

@@ -145,6 +145,7 @@ public class CodePush {
} else {
// The binary version is newer.
didUpdate = false;
this.clearUpdates();
CodePushUtils.logBundleUrl(binaryJsBundleUrl);
return binaryJsBundleUrl;
}