Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix repeated inject init code when Multi-channel packaging #613

Merged
merged 1 commit into from
Mar 3, 2020

Conversation

yylyingy
Copy link
Contributor

In some cases such as dex hot fix with apk protection,Multi-channel
packaging through execute "gradlew assemble" will lead to repeated
inject init-code,repeated injection
will cause error ,because the dex diff algorithm will diff the class
"com.alibaba.android.arouter.core.LogisticsCenter" when build single
channel dex patch!

In some cases such as dex hot fix with apk protection,Multi-channel
packaging through execute "gradlew assemble" will lead to repeated
inject init-code,repeated injection
will cause error ,because the dex diff algorithm will diff the class
"com.alibaba.android.arouter.core.LogisticsCenter" when build single
channel dex patch!
@yylyingy yylyingy changed the base branch from master to develop February 16, 2019 02:00
@yylyingy
Copy link
Contributor Author

详细问题原因分析 https://blog.csdn.net/qq372848728/article/details/93856304

@zhi1ong zhi1ong merged commit 7889a37 into alibaba:develop Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants