Skip to content

Commit

Permalink
update version 2.0.7
Browse files Browse the repository at this point in the history
Fix bug
Improve performance
  • Loading branch information
baishixian committed Feb 13, 2017
1 parent cb0ddac commit 9239667
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Docs/Getting_Started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 视频广告SDK android SDK 2.0.3 开发文档
# 视频广告SDK android SDK 2.0.7 开发文档
### 1、导入sdk
将sdk的jar文件导入到工程指定的libs目录,添加引用支持即可。
### 2、权限配置
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@

## Change Log

01/16/2016 - [v2.0.6](https://github.com/shunfei/STVideoSDK-Android/releases/tag/v2.0.6)
02/13/2017 - [v2.0.7](https://github.com/shunfei/STVideoSDK-Android/releases/tag/v2.0.7)

* Fix bug
* Improve performance

01/16/2017 - [v2.0.6](https://github.com/shunfei/STVideoSDK-Android/releases/tag/v2.0.6)

* Update API.

Expand Down
Binary file not shown.
Binary file modified STVideoSDKSample/STVideoSDK-sample.apk
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion STVideoSDKSample/VideoAdSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:24.2.1'
testCompile 'junit:junit:4.12'
compile files('libs/suntengvideo2.0.6.jar')
compile files('libs/suntengvideo2.0.7.jar')
}
Binary file not shown.

0 comments on commit 9239667

Please sign in to comment.