From d4e71d47c59fbd7b92d19b98be80ca258ca1dbc7 Mon Sep 17 00:00:00 2001 From: reikyZ Date: Thu, 6 Sep 2018 15:30:53 +0800 Subject: [PATCH 1/2] Release 2.1.5 --- PLDroidPlayerDemo/app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PLDroidPlayerDemo/app/build.gradle b/PLDroidPlayerDemo/app/build.gradle index 16f61c2..fcd9f8c 100644 --- a/PLDroidPlayerDemo/app/build.gradle +++ b/PLDroidPlayerDemo/app/build.gradle @@ -1,4 +1,4 @@ -apply plugin: 'com.android.application' +aapply plugin: 'com.android.application' android { compileSdkVersion 27 @@ -9,7 +9,7 @@ android { minSdkVersion 14 targetSdkVersion 27 versionCode 12 - versionName "2.1.4 " + versionName "2.1.5" buildConfigField "long", "BUILD_TIMESTAMP", System.currentTimeMillis() + "L" } buildTypes { @@ -27,7 +27,7 @@ android { } dependencies { - implementation files('libs/pldroid-player-2.1.4.jar') + implementation files('libs/pldroid-player-2.1.5.jar') implementation 'com.android.support:appcompat-v7:27.1.0' implementation 'com.android.support:recyclerview-v7:27.1.0' implementation 'com.journeyapps:zxing-android-embedded:3.0.2@aar' From ad1679413906b72a1f4df417f17124fc5ca89f55 Mon Sep 17 00:00:00 2001 From: reikyZ Date: Thu, 6 Sep 2018 15:33:09 +0800 Subject: [PATCH 2/2] Release 2.1.5 --- PLDroidPlayerDemo/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLDroidPlayerDemo/app/build.gradle b/PLDroidPlayerDemo/app/build.gradle index fcd9f8c..3592d03 100644 --- a/PLDroidPlayerDemo/app/build.gradle +++ b/PLDroidPlayerDemo/app/build.gradle @@ -1,4 +1,4 @@ -aapply plugin: 'com.android.application' +apply plugin: 'com.android.application' android { compileSdkVersion 27