Skip to content

Commit

Permalink
upgrade version from "2.0.0-beta" to release "2.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonlu committed Dec 7, 2017
1 parent 526a5aa commit b471784
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sonic-android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

## Implement sonic interface:
Expand Down
2 changes: 1 addition & 1 deletion sonic-android/docs/Sonic接入指引.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
在模块的build.gradle文件里面加入

```
compile 'com.tencent.sonic:sdk:2.0.0-beta'
compile 'com.tencent.sonic:sdk:2.0.0'
```

## 2.代码接入
Expand Down
2 changes: 1 addition & 1 deletion sonic-android/sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
})

// compile sdk from jcenter
compile 'com.tencent.sonic:sdk:2.0.0-beta'
compile 'com.tencent.sonic:sdk:2.0.0'

// compile sonic-sdk from local path
// compile project(path: ':sdk')
Expand Down
2 changes: 1 addition & 1 deletion sonic-android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 9
targetSdkVersion 25
versionCode 2
versionName "2.0.0-beta"
versionName "2.0.0"

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

Expand Down
2 changes: 1 addition & 1 deletion sonic-iOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![wiki](https://img.shields.io/badge/Wiki-open-brightgreen.svg)](https://github.com/Tencent/VasSonic/wiki)
---

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

```lua
Expand Down

0 comments on commit b471784

Please sign in to comment.