Skip to content

Commit b16ef3c

Browse files
committedJul 9, 2024
Bump to v5.2.0
1 parent 8031884 commit b16ef3c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎README.md

+5-1
Original file line numberDiff line numberDiff 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的问题。

‎build.gradle

+1-1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)
Please sign in to comment.