File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
atlas-core/src/main/java/android/taobao/atlas/framework/bundlestorage Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ public class BundleArchiveRevision {
379379 if (containerVersion == null ||
380380 (!TextUtils .isEmpty (Framework .getContainerVersion ()) && !containerVersion .equals (Framework .getContainerVersion ())) ||
381381 (!TextUtils .isEmpty (version ) && !TextUtils .isEmpty (wantedVersion ) && !version .equals (wantedVersion )) ||
382- (!TextUtils .isEmpty (info .getVersion ()) && version !=null &&!version .equals ("-1" ) && !version .equals (info .getVersion ()))) {
382+ (!TextUtils .isEmpty (info .getVersion ()) && version !=null &&!version .equals ("-1" ) && !version .equals (info .getVersion ()) && ! Framework . isDeubgMode () )) {
383383 throw new BundleArchive .MisMatchException ("mismatch bundle version" + revisionDir .getAbsolutePath ());
384384 }
385385 }
You can’t perform that action at this time.
0 commit comments