File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ 捐赠] [ badge:donate-zh ]] [ shuzijun-donate ]
8
8
[ ![ 内推] [ badge:referrals ]] [ shuzijun-referrals ]
9
9
10
+ ## 8.11.0
11
+
12
+ ### Added
13
+
14
+ ### Changed
15
+
16
+ ### Deprecated
17
+
18
+ ### Fixed
19
+ - fix [ #701 ] ( https://github.com/shuzijun/leetcode-editor/issues/701 )
20
+
21
+ ### Removed
22
+
23
+
24
+
10
25
## 8.10.0
11
26
12
27
### Added
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
}
22
22
23
23
dependencies {
24
- api ' com.shuzijun:lc-sdk:0.0.2 '
24
+ api ' com.shuzijun:lc-sdk:0.0.3 '
25
25
api ' com.alibaba:fastjson:1.2.47'
26
26
api ' org.jsoup:jsoup:1.11.3'
27
27
api(' io.sentry:sentry:1.7.9' ) {
Original file line number Diff line number Diff line change 1
1
pluginGroup = com.shuzijun.leetcode
2
2
pluginName = leetcode-editor
3
- pluginVersion = 8.10
3
+ pluginVersion = 8.11
4
4
5
5
pluginSinceBuild = 203.0
6
6
pluginUntilBuild =
You can’t perform that action at this time.
0 commit comments