Commit dae4578
liabao
[feat] 完成agp 700 版本适配工作
1 parent df42611 commit dae4578Copy full SHA for dae4578
21 files changed
+123-88Lines changed: 123 additions & 88 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .idea
- Plugin
- AutoTrackPlugin
- src/main/java/com/wallstreetcn/autotrack
- BasePlugin
- src/main/java/com/kronos/plugin/base
- constant
- utils
- double_tap_plugin
- src/main/java/com/kronos/doubletap
- multiPlugin
- src/main/java/com/kronos/plugin/multi
- thread_hook_plugin
- src/main/java/com/kronos/plugin/thread
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
Plugin/AutoTrackPlugin/build.gradle
Copy file name to clipboardExpand all lines: Plugin/AutoTrackPlugin/build.gradle+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
24 | 29 | |
Collapse file
Plugin/AutoTrackPlugin/src/main/java/com/wallstreetcn/autotrack/AutoTrackPluginProvider.kt
Copy file name to clipboardExpand all lines: Plugin/AutoTrackPlugin/src/main/java/com/wallstreetcn/autotrack/AutoTrackPluginProvider.kt+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
23 | 23 | |
24 | 24 | |
25 | 25 | |
|
Collapse file
Plugin/BasePlugin/build.gradle
Copy file name to clipboardExpand all lines: Plugin/BasePlugin/build.gradle+8-1Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
| 12 | + |
12 | 13 | |
13 | 14 | |
14 | 15 | |
15 | 16 | |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | | - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
Collapse file
Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/BaseTransform.kt
Copy file name to clipboardExpand all lines: Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/BaseTransform.kt+20-20Lines changed: 20 additions & 20 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
5 | 6 | |
6 | 7 | |
7 | 8 | |
8 | 9 | |
9 | | - |
10 | 10 | |
11 | 11 | |
12 | 12 | |
| ||
149 | 149 | |
150 | 150 | |
151 | 151 | |
152 | | - |
| 152 | + |
153 | 153 | |
154 | 154 | |
155 | 155 | |
| ||
231 | 231 | |
232 | 232 | |
233 | 233 | |
234 | | - |
235 | | - |
236 | | - |
237 | | - |
238 | | - |
239 | | - |
240 | | - |
241 | | - |
242 | | - |
243 | | - |
244 | | - |
245 | | - |
246 | | - |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
247 | 252 | |
248 | | - |
249 | 253 | |
250 | | - |
251 | | - |
252 | | - |
253 | 254 | |
254 | 255 | |
255 | 256 | |
| ||
269 | 270 | |
270 | 271 | |
271 | 272 | |
272 | | - |
273 | 273 | |
274 | 274 | |
275 | 275 | |
|
Collapse file
Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/ClassUtils.kt
Copy file name to clipboardExpand all lines: Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/ClassUtils.kt+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
|
Collapse file
Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/JarUtils.kt
Copy file name to clipboardExpand all lines: Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/JarUtils.kt+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | 6 | |
8 | 7 | |
9 | 8 | |
|
Collapse file
Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/constant/TransformManager.kt
Copy file name to clipboardExpand all lines: Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/constant/TransformManager.kt-21Lines changed: 0 additions & 21 deletions
This file was deleted.
Collapse file
Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/utils/DigestUtils.kt
Copy file name to clipboard+28Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
Collapse file
Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/utils/Java9ClassAdapter.kt
Copy file name to clipboardExpand all lines: Plugin/BasePlugin/src/main/java/com/kronos/plugin/base/utils/Java9ClassAdapter.kt+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
5 | 6 | |
6 | 7 | |
| ||
12 | 13 | |
13 | 14 | |
14 | 15 | |
15 | | - |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
|
0 commit comments