Skip to content

Commit 68a1a82

Browse files
authored
Merge pull request #69 from skill20/dev
v0.6.7 修改ios依赖jcore版本
2 parents e6d43f0 + ae0173c commit 68a1a82

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
## 0.6.7
2+
+ 修复:修复已知问题
23
## 0.6.6
34
+ 修复:修复已知问题
45
+ 同步 JVerification SDK ios 2.6.3 android 2.6.4 版本

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919

2020
```
2121
dependencies:
22-
jverify: 0.6.6
22+
jverify: 0.6.7
2323
```
2424

2525
### 配置

ios/jverify.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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', '~> 2.1.6'
19-
s.dependency 'JVerification', '~> 2.6.3'
18+
s.dependency 'JCore'
19+
s.dependency 'JVerification', '2.6.3'
2020
s.ios.deployment_target = '8.0'
2121
s.static_framework = true
2222
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.6
3+
version: 0.6.7
44
author: xudong.rao <[email protected]>
55
homepage: https://www.jiguang.cn
66

0 commit comments

Comments
 (0)