Skip to content

Commit 0cf5fcc

Browse files
author
qingqing.wang
committed
v0.6.10 修改ios依赖jcore版本2.2.5找不到库的问题
1 parent 2b034e1 commit 0cf5fcc

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
## 0.6.10
3+
+ 优化:jcore 2.2.5库获取不到的问题
14
## 0.6.9
25
+ 优化:优化android端隐私协议不选中时点击登录按钮,设置是否显示toast提示。具体使用查看 API 文档或者 demo 样例
36
## 0.6.8

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919

2020
```
2121
dependencies:
22-
jverify: 0.6.9
22+
jverify: 0.6.10
2323
```
2424

2525
### 配置

example/.flutter-plugins-dependencies

-1
This file was deleted.

ios/jverify.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'JCore'
18+
s.dependency 'JCore', '2.2.5'
1919
s.dependency 'JVerification', '2.6.3'
2020
s.ios.deployment_target = '8.0'
2121
s.static_framework = true

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jverify
22
description: JIGUANG Official Jverifycation SDK flutter plugin project.
3-
version: 0.6.9
3+
version: 0.6.10
44
author: xudong.rao <[email protected]>
55
homepage: https://www.jiguang.cn
66

0 commit comments

Comments
 (0)