Skip to content

Commit

Permalink
Update README.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
buliaoyin authored Aug 30, 2017
1 parent 6ae7b18 commit 1176394
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ KSY Streamer Android SDK是金山云推出的 Android 平台上使用的软件
* [x] https://github.com/ksvc/KSYDiversityLive_Android/tree/master/KSYScreenStreamer[录屏直播], http://www.bilibili.com/video/av7038614[录屏直播效果]
* [x] https://github.com/ksvc/KSYDiversityLive_Android/tree/master/KSYPipStreamerAndroid[画中画]
* [x] https://github.com/ksvc/KSYDiversityLive_Android/tree/master/KSYStickerAndroid[商汤动态贴纸、手势识别], http://www.bilibili.com/video/av7432197/[动态贴纸效果]    
* [x] https://github.com/ksvc/KSYDiversityLive_Android/tree/master/KSYKiwiAndroid[开为大眼瘦脸](new)**
* [x] **https://github.com/ksvc/KSYDiversityLive_Android/tree/master/KSYKiwiAndroid[开为大眼瘦脸](new)**
* [x] https://github.com/ksvc/KSYDiversityLive_Android/tree/master/KSYFaceunityAndroid[相芯动态贴纸]
* [x] https://github.com/ksvc/KSYStreamer_Android/wiki/FloatingView[悬浮窗推流]
* [x] **https://github.com/ksvc/KSYMediaEditorKit_Android[短视频编辑] (new) **
Expand Down Expand Up @@ -141,12 +141,12 @@ allprojects {
dependencies {
# required, enough for most devices.
compile 'com.ksyun.media:libksylive-java:2.4.2'
compile 'com.ksyun.media:libksylive-armv7a:2.4.2'
compile 'com.ksyun.media:libksylive-java:2.4.4'
compile 'com.ksyun.media:libksylive-armv7a:2.4.4'
# Other ABIs: optional
compile 'com.ksyun.media:libksylive-arm64:2.4.2'
compile 'com.ksyun.media:libksylive-x86:2.4.2'
compile 'com.ksyun.media:libksylive-arm64:2.4.4'
compile 'com.ksyun.media:libksylive-x86:2.4.4'
}
----
+
Expand Down

0 comments on commit 1176394

Please sign in to comment.