Skip to content

Commit

Permalink
release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed May 13, 2018
1 parent 66e9f56 commit bdf44f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ allprojects {
dependencies {
# required, enough for most devices.
implementation 'com.github.dueeeke.dkplayer:dkplayer-java:2.4.0'
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv7a:2.4.0'
implementation 'com.github.dueeeke.dkplayer:dkplayer-java:2.4.2'
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv7a:2.4.2'
# Other ABIs: optional
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv5:2.4.0'
implementation 'com.github.dueeeke.dkplayer:dkplayer-arm64:2.4.0'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86:2.4.0'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86_64:2.4.0'
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv5:2.4.2'
implementation 'com.github.dueeeke.dkplayer:dkplayer-arm64:2.4.2'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86:2.4.2'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86_64:2.4.2'
}
```
或者将library下载并导入项目中使用
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.dueeeke.dkplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 21
versionName "2.4.0"
versionCode 22
versionName "2.4.2"

ndk {
//打包时只保留armeabi-v7a so
Expand Down

0 comments on commit bdf44f5

Please sign in to comment.