Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Jan 3, 2018
1 parent 385554d commit bf48ba1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Step 1.Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency
dependencies {
compile 'com.github.dueeeke:dkplayer:1.4.2'
compile 'com.github.dueeeke:dkplayer:1.4.3'
}
```
或者将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 10
versionName "1.4.2"
versionCode 11
versionName "1.4.3"
}


Expand Down
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.DevlinChiu'
group='com.github.dueeeke'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand All @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 8
versionName "1.4"
versionCode 11
versionName "1.4.3"
}

sourceSets {
Expand All @@ -30,5 +30,5 @@ dependencies {
compile "tv.danmaku.ijk.media:ijkplayer-java:$rootProject.ijkPlayerVersion"
// compile "tv.danmaku.ijk.media:ijkplayer-armv7a:$rootProject.ijkPlayerVersion"
compile 'com.danikula:videocache:2.7.0'
compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.8.4'
// compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.8.4'
}

0 comments on commit bf48ba1

Please sign in to comment.