File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Add VasSonic gradle plugin as a dependency in your module's build.gradle
10
10
``` gradle
11
- compile 'com.tencent.sonic:sdk:2.0.0-beta '
11
+ compile 'com.tencent.sonic:sdk:2.0.0'
12
12
```
13
13
14
14
## Implement sonic interface:
Original file line number Diff line number Diff line change 4
4
在模块的build.gradle文件里面加入
5
5
6
6
```
7
- compile 'com.tencent.sonic:sdk:2.0.0-beta '
7
+ compile 'com.tencent.sonic:sdk:2.0.0'
8
8
```
9
9
10
10
## 2.代码接入
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
})
27
27
28
28
// compile sdk from jcenter
29
- compile ' com.tencent.sonic:sdk:2.0.0-beta '
29
+ compile ' com.tencent.sonic:sdk:2.0.0'
30
30
31
31
// compile sonic-sdk from local path
32
32
// compile project(path: ':sdk')
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
minSdkVersion 9
12
12
targetSdkVersion 25
13
13
versionCode 2
14
- versionName " 2.0.0-beta "
14
+ versionName " 2.0.0"
15
15
16
16
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
17
17
Original file line number Diff line number Diff line change 4
4
[ ![ wiki] ( https://img.shields.io/badge/Wiki-open-brightgreen.svg )] ( https://github.com/Tencent/VasSonic/wiki )
5
5
---
6
6
7
- ### 2.0.0-beta support!
7
+ ### 2.0.0 support!
8
8
To integrate VasSonic into your Xcode project using CocoaPods, specify it in your Podfile:
9
9
10
10
``` lua
You can’t perform that action at this time.
0 commit comments