From bf48ba1baeb4c60f57d93e5f14d032213bc84ab9 Mon Sep 17 00:00:00 2001 From: Dueke Date: Thu, 4 Jan 2018 00:29:02 +0800 Subject: [PATCH] update version --- LICENSE.txt => LICENSE | 0 README.md | 2 +- app/build.gradle | 4 ++-- library/build.gradle | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.md b/README.md index e01c42c7..f991c6fc 100644 --- a/README.md +++ b/README.md @@ -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下载并导入项目中使用 diff --git a/app/build.gradle b/app/build.gradle index 54c93065..5c45eb14 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/library/build.gradle b/library/build.gradle index 6ff16875..daf99494 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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 @@ -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 { @@ -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' }