Skip to content

Commit

Permalink
jcenter version update
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Jun 16, 2019
1 parent 9fd01f4 commit 73e0c3e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Group-Video/OpenVideoCall-Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The SDK must be integrated into the sample project before it can opened and buil
...
dependencies {
...
implementation 'io.agora.rtc:full-sdk:2.4.0'
implementation 'io.agora.rtc:full-sdk:2.4.1'
}
```

Expand Down
1 change: 1 addition & 0 deletions Group-Video/OpenVideoCall-Android/README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Meta:
name: Open Video Call for Android
# en or cn
lang: en
version: 2.4.1
# | 代表这里是字符串
description: |
The Open Video Call for Android Sample App is an open-source demo that will help you get video chat integrated directly into your Android applications using the Agora Video SDK.
Expand Down
2 changes: 1 addition & 1 deletion Group-Video/OpenVideoCall-Android/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- 首选集成方式:
- 在项目对应的模块的 `app/build.gradle` 文件的依赖属性中加入通过 JCenter 自动集成 Agora 视频 SDK 的地址:
```
implementation 'io.agora.rtc:full-sdk:2.4.0'
implementation 'io.agora.rtc:full-sdk:2.4.1'
```
(如果要在自己的应用中集成 Agora 视频 SDK,添加链接地址是最重要的一步。)
-[Agora.io SDK](https://www.agora.io/cn/download/) 下载 **视频通话 + 直播 SDK**,解压后将其中的 **libs**/**include** 文件夹下的 ***.h** 复制到本项目的 **app**/**src**/**main**/**cpp**/**agora** 下。
Expand Down
1 change: 1 addition & 0 deletions Group-Video/OpenVideoCall-Android/README.zh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Meta:
name: Open Video Call for Android
# en or cn
lang: cn
version: 2.4.1
# | 代表这里是字符串
description: |
这个开源示例项目演示了如何快速集成 Agora 视频 SDK,实现多人视频通话。
Expand Down
2 changes: 1 addition & 1 deletion One-to-One-Video/Agora-Android-Tutorial-1to1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The SDK must be integrated into the sample project before it can opened and buil
...
dependencies {
...
implementation 'io.agora.rtc:full-sdk:2.4.0'
implementation 'io.agora.rtc:full-sdk:2.4.1'
}
```

Expand Down
1 change: 1 addition & 0 deletions One-to-One-Video/Agora-Android-Tutorial-1to1/README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Meta:
name: Android 1-to-1 Tutorial
# en or cn
lang: en
version: 2.4.1
# | 代表这里是字符串
description: |
This tutorial enables you to quickly get started in your development efforts to create an Android app with real-time video calls, voice calls, and interactive broadcasting.
Expand Down
2 changes: 1 addition & 1 deletion One-to-One-Video/Agora-Android-Tutorial-1to1/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Agora 视频 SDK 支持 iOS / Android / Windows / macOS 等多个平台,你可
- 首选集成方式:
- 在项目对应的模块的 `app/build.gradle` 文件的依赖属性中加入通过 JCenter 自动集成 Agora 视频 SDK 的地址:
```
implementation 'io.agora.rtc:full-sdk:2.4.0'
implementation 'io.agora.rtc:full-sdk:2.4.1'
```
(如果要在自己的应用中集成 Agora 视频 SDK,添加链接地址是最重要的一步。)
-[Agora.io SDK](https://www.agora.io/cn/download/) 下载 **视频通话 + 直播 SDK**,解压后将其中的 **libs**/**include** 文件夹下的 ***.h** 复制到本项目的 **app**/**src**/**main**/**cpp**/**agora** 下。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Meta:
name: Android Tutorial - 1to1
# en or cn
lang: cn
version: 2.4.1
# | 代表这里是字符串
description: |
这个开源示例项目演示了如何快速集成 Agora 视频 SDK,实现1对1视频通话。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The SDK must be integrated into the sample project before it can opened and buil
...
dependencies {
...
implementation 'io.agora.rtc:full-sdk:2.4.0'
implementation 'io.agora.rtc:full-sdk:2.4.1'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Meta:
name: Android 1-to-1 Tutorial for Kotlin
# en or cn
lang: en
version: 2.4.1
# | 代表这里是字符串
description: |
This tutorial enables you to quickly get started in your development efforts to create an Android app with real-time video chat using the Agora Video SDK.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Agora 视频 SDK 支持 iOS / Android / Windows / macOS 等多个平台,你可
- 首选集成方式:
- 在项目对应的模块的 `app/build.gradle` 文件的依赖属性中加入通过 JCenter 自动集成 Agora 视频 SDK 的地址:
```
implementation 'io.agora.rtc:full-sdk:2.4.0'
implementation 'io.agora.rtc:full-sdk:2.4.1'
```
(如果要在自己的应用中集成 Agora 视频 SDK,添加链接地址是最重要的一步。)
-[Agora.io SDK](https://www.agora.io/cn/download/) 下载 **视频通话 + 直播 SDK**,解压后将其中的 **libs**/**include** 文件夹下的 ***.h** 复制到本项目的 **app**/**src**/**main**/**cpp**/**agora** 下。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Meta:
name: Android Tutorial for Kotlin - 1to1
# en or cn
lang: cn
version: 2.4.1
# | 代表这里是字符串
description: |
这个开源示例项目演示了如何快速集成 Agora 视频 SDK,实现 1 对 1 视频通话。
Expand Down

0 comments on commit 73e0c3e

Please sign in to comment.