File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ buildscript {
4949 }
5050 dependencies {
5151 ...
52- classpath 'com.github.megatronking.stringfog:gradle-plugin:5.1 .0'
52+ classpath 'com.github.megatronking.stringfog:gradle-plugin:5.2 .0'
5353 // 选用加解密算法库,默认实现了xor算法,也可以使用自己的加解密库。
5454 classpath 'com.github.megatronking.stringfog:xor:5.0.0'
5555 }
@@ -175,6 +175,10 @@ public final class StringFogImpl implements IStringFog {
175175
176176## 更新日志
177177
178+ ### v5.2.0
179+ - 从ASM7升级到ASM9。
180+ - 修复多模块配置问题。
181+
178182### v5.1.0
179183- 修复获取无法获取packageName的问题。
180184- 修复无法指定KeyGenerator的问题。
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 classpath ' com.android.tools.build:gradle:8.0.0'
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
13- classpath ' com.github.megatronking.stringfog:gradle-plugin:5.1 .0'
13+ classpath ' com.github.megatronking.stringfog:gradle-plugin:5.2 .0'
1414 // 选用加解密算法库,默认实现了xor算法,也可以使用自己的加解密库。
1515 classpath ' com.github.megatronking.stringfog:xor:5.0.0'
1616 }
You can’t perform that action at this time.
0 commit comments