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

aspectjx 冲突加密不生效 #131

Open
byc4426 opened this issue Aug 1, 2023 · 0 comments
Open

aspectjx 冲突加密不生效 #131

byc4426 opened this issue Aug 1, 2023 · 0 comments

Comments

@byc4426
Copy link

byc4426 commented Aug 1, 2023

sample1 中 加入 aspectjx后加密不生效

//sample1增加
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.10'
apply plugin: 'android-aspectjx'
android {
aspectjx {
// 排除一些第三方库的包名(Gson、 LeakCanary 和 AOP 有冲突)
// exclude 'androidx', 'com.google', 'com.squareup', 'org.apache', 'com.alipay', 'com.taobao', 'versions.9'
// 只对以下包名做 AOP 处理
include android.defaultConfig.applicationId
}
}

加密不生效

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

No branches or pull requests

1 participant