File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+
2+ ## 0.6.6
3+ + 修复:修复已知问题
4+ + 同步 JVerification SDK ios 2.6.3 android 2.6.4 版本
15## 0.6.5
26+ 修复:ios隐私页面标题获取异常及navColor问题
37## 0.6.4
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
1919
2020```
2121dependencies:
22- jverify: 0.6.5
22+ jverify: 0.6.6
2323```
2424
2525### 配置
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ android {
3939
4040dependencies {
4141 compileOnly files(' libs/flutter.jar' )
42- implementation ' cn.jiguang.sdk:jverification:2.6.0 '
42+ implementation ' cn.jiguang.sdk:jverification:2.6.4 '
4343 implementation ' cn.jiguang.sdk:jcore:2.2.6'
4444}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A new flutter plugin project.
1616 s . public_header_files = 'Classes/**/*.h'
1717 s . dependency 'Flutter'
1818 s . dependency 'JCore' , '~> 2.1.6'
19- s . dependency 'JVerification' , '~> 2.6.0 '
19+ s . dependency 'JVerification' , '~> 2.6.3 '
2020 s . ios . deployment_target = '8.0'
2121 s . static_framework = true
2222end
Original file line number Diff line number Diff line change 11name : jverify
22description : JIGUANG Official Jverifycation SDK flutter plugin project.
3- version : 0.6.5
3+ version : 0.6.6
44author :
xudong.rao <[email protected] > 55homepage : https://www.jiguang.cn
66
You can’t perform that action at this time.
0 commit comments