File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
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:3.0.0-alpha '
11
+ compile 'com.tencent.sonic:sdk:3.0.0-beta '
12
12
```
13
13
14
14
## Implement sonic interface:
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -all.zip
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:3.0.0-alpha '
29
+ compile ' com.tencent.sonic:sdk:3.0.0-beta '
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 3
14
- versionName " 3.0.0-alpha "
14
+ versionName " 3.0.0-beta "
15
15
16
16
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
17
17
}
@@ -43,7 +43,7 @@ dependencies {
43
43
44
44
45
45
// sdk info
46
- version = " 3.0.0-alpha " // sdk version num
46
+ version = " 3.0.0-beta " // sdk version num
47
47
group = " com.tencent.sonic" // maven group id for the artifact
48
48
def SITE_URL = " https://github.com/Tencent/VasSonic" // web site url
49
49
def GIT_URL = " https://github.com/Tencent/VasSonic.git" // git url
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
- ### 3.0.0-alpha support!
7
+ ### 3.0.0-beta support!
8
8
To integrate VasSonic into your Xcode project using CocoaPods, specify it in your Podfile:
9
9
10
10
``` lua
11
11
source ' https://github.com/CocoaPods/Specs.git'
12
12
platform :ios , ' 8.0'
13
13
14
14
target ' TargetName' do
15
- pod ' VasSonic' , ' 3.0.0-alpha '
15
+ pod ' VasSonic' , ' 3.0.0-beta '
16
16
end
17
17
```
18
18
@@ -24,7 +24,7 @@ source 'https://github.com/CocoaPods/Specs.git'
24
24
platform :ios , ' 8.0'
25
25
26
26
target ' TargetName' do
27
- pod ' VasSonic' , ' 3.0.0-alpha '
27
+ pod ' VasSonic' , ' 3.0.0-beta '
28
28
end
29
29
```
30
30
You can’t perform that action at this time.
0 commit comments