File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ buildscript {
49
49
}
50
50
dependencies {
51
51
...
52
- classpath 'com.github.megatronking.stringfog:gradle-plugin:5.1 .0'
52
+ classpath 'com.github.megatronking.stringfog:gradle-plugin:5.2 .0'
53
53
// 选用加解密算法库,默认实现了xor算法,也可以使用自己的加解密库。
54
54
classpath 'com.github.megatronking.stringfog:xor:5.0.0'
55
55
}
@@ -175,6 +175,10 @@ public final class StringFogImpl implements IStringFog {
175
175
176
176
## 更新日志
177
177
178
+ ### v5.2.0
179
+ - 从ASM7升级到ASM9。
180
+ - 修复多模块配置问题。
181
+
178
182
### v5.1.0
179
183
- 修复获取无法获取packageName的问题。
180
184
- 修复无法指定KeyGenerator的问题。
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
classpath ' com.android.tools.build:gradle:8.0.0'
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// 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'
14
14
// 选用加解密算法库,默认实现了xor算法,也可以使用自己的加解密库。
15
15
classpath ' com.github.megatronking.stringfog:xor:5.0.0'
16
16
}
You can’t perform that action at this time.
0 commit comments