Skip to content

Commit dfd1c48

Browse files
authored
Merge pull request #12 from raoxudong/master
v0.1.0
2 parents 2fe0293 + 5dc0d8e commit dfd1c48

File tree

12 files changed

+918
-221
lines changed

12 files changed

+918
-221
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.0
2+
+ 新增:SDK 清除预取号缓存接口
3+
+ 新增:可设置横竖屏授权页接口
4+
+ 新增:授权页点击事件监听
5+
+ sdk 适配到 v2.4.8
16
## 0.0.5
27
+ fix
38
1、修复:自定义 UI 时传入无资源的图片导致错误问题;

README.md

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

88
```yaml
99
dependencies:
10-
jverify: 0.0.5
10+
jverify: 0.1.0
1111
```
1212
1313
### 配置

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.3.6'
42+
implementation 'cn.jiguang.sdk:jverification:2.4.8'
4343
implementation 'cn.jiguang.sdk:jcore:2.1.0'
4444
}

0 commit comments

Comments
 (0)