Skip to content

Commit fc407e2

Browse files
author
qingqing.wang
committed
v0.6.6 同步sdk ios 2.6.3,android 2.6.4
1 parent d5c6301 commit fc407e2

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

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.5
22+
jverify: 0.6.6
2323
```
2424

2525
### 配置

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ android {
3939

4040
dependencies {
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
}

ios/jverify.podspec

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

0 commit comments

Comments
 (0)