Skip to content

Commit b471784

Browse files
committed
upgrade version from "2.0.0-beta" to release "2.0.0"
1 parent 526a5aa commit b471784

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sonic-android/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Add VasSonic gradle plugin as a dependency in your module's build.gradle
1010
```gradle
11-
compile 'com.tencent.sonic:sdk:2.0.0-beta'
11+
compile 'com.tencent.sonic:sdk:2.0.0'
1212
```
1313

1414
## Implement sonic interface:

sonic-android/docs/Sonic接入指引.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
在模块的build.gradle文件里面加入
55

66
```
7-
compile 'com.tencent.sonic:sdk:2.0.0-beta'
7+
compile 'com.tencent.sonic:sdk:2.0.0'
88
```
99

1010
## 2.代码接入

sonic-android/sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
})
2727

2828
// compile sdk from jcenter
29-
compile 'com.tencent.sonic:sdk:2.0.0-beta'
29+
compile 'com.tencent.sonic:sdk:2.0.0'
3030

3131
// compile sonic-sdk from local path
3232
// compile project(path: ':sdk')

sonic-android/sdk/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 9
1212
targetSdkVersion 25
1313
versionCode 2
14-
versionName "2.0.0-beta"
14+
versionName "2.0.0"
1515

1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1717

sonic-iOS/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![wiki](https://img.shields.io/badge/Wiki-open-brightgreen.svg)](https://github.com/Tencent/VasSonic/wiki)
55
---
66

7-
### 2.0.0-beta support!
7+
### 2.0.0 support!
88
To integrate VasSonic into your Xcode project using CocoaPods, specify it in your Podfile:
99

1010
```lua

0 commit comments

Comments
 (0)