Skip to content

Commit 29225a1

Browse files
committed
版本号升至2.0.0
1 parent 9819445 commit 29225a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Enter-AffectiveCloud-Andriod-SDK [![Download](https://api.bintray.com/packages/hzentertech/maven/affectivecloud/images/download.svg?version=1.5.0)](https://bintray.com/hzentertech/maven/affectivecloud/1.5.0/link)
1+
# Enter-AffectiveCloud-Andriod-SDK [![Download](https://api.bintray.com/packages/hzentertech/maven/affectivecloud/images/download.svg?version=2.0.0)](https://bintray.com/hzentertech/maven/affectivecloud/2.0.0/link)
22
- [简介](#简介)
33
- [Demo](#demo)
44
- [集成](#集成)
@@ -37,7 +37,7 @@
3737
### Gradle自动集成
3838
在module的build.gradle文件下添加以下依赖
3939
```groovy
40-
implementation 'cn.entertech:affectivecloud:1.5.0'
40+
implementation 'cn.entertech:affectivecloud:2.0.0'
4141
```
4242
在项目根目录的build.gradle文件下添加以下依赖地址
4343
```groovy

affectivecloudsdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ publish {
6060
//项目名称
6161
artifactId = 'affectivecloud'
6262
//版本号
63-
publishVersion = '1.5.0'
63+
publishVersion = '2.0.0'
6464
//描述,不重要
6565
desc = ''
6666
//网站,不重要

0 commit comments

Comments
 (0)