Skip to content

Commit

Permalink
Update README.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
chriszeng87 committed Jul 27, 2017
1 parent 63294f6 commit 4dac9ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ allprojects {
dependencies {
# required, enough for most devices.
compile 'com.ksyun.media:libksylive-java:2.4.0'
compile 'com.ksyun.media:libksylive-armv7a:2.4.0'
compile 'com.ksyun.media:libksylive-java:2.4.1'
compile 'com.ksyun.media:libksylive-armv7a:2.4.1'
# Other ABIs: optional
compile 'com.ksyun.media:libksylive-arm64:2.4.0'
compile 'com.ksyun.media:libksylive-x86:2.4.0'
compile 'com.ksyun.media:libksylive-arm64:2.4.1'
compile 'com.ksyun.media:libksylive-x86:2.4.1'
}
----
+
Expand Down

0 comments on commit 4dac9ec

Please sign in to comment.