From ab8d3caaaebc48df1de47d00d9001a0b8ae0bf54 Mon Sep 17 00:00:00 2001 From: reikyZ Date: Tue, 26 Feb 2019 15:55:42 +0800 Subject: [PATCH 1/2] Update build.gradle remove test code --- PLDroidPlayerDemo/app/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/PLDroidPlayerDemo/app/build.gradle b/PLDroidPlayerDemo/app/build.gradle index 1eee76e..e1b75f9 100644 --- a/PLDroidPlayerDemo/app/build.gradle +++ b/PLDroidPlayerDemo/app/build.gradle @@ -32,8 +32,5 @@ dependencies { implementation 'com.android.support:recyclerview-v7:27.1.0' implementation 'com.journeyapps:zxing-android-embedded:3.0.2@aar' implementation 'com.google.zxing:core:3.2.0' - implementation 'com.bugsnag:bugsnag-android-ndk:1.1.2' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.4' - releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.4' - testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.4' + implementation 'com.bugsnag:bugsnag-android-ndk:1.1.2' } From 7f6f5d55340a076a8743d21d1de9d913f46060f3 Mon Sep 17 00:00:00 2001 From: reikyZ Date: Tue, 26 Feb 2019 15:58:04 +0800 Subject: [PATCH 2/2] Release 2.1.7 --- 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 e1b75f9..31bf75a 100644 --- a/PLDroidPlayerDemo/app/build.gradle +++ b/PLDroidPlayerDemo/app/build.gradle @@ -32,5 +32,5 @@ dependencies { implementation 'com.android.support:recyclerview-v7:27.1.0' implementation 'com.journeyapps:zxing-android-embedded:3.0.2@aar' implementation 'com.google.zxing:core:3.2.0' - implementation 'com.bugsnag:bugsnag-android-ndk:1.1.2' + implementation 'com.bugsnag:bugsnag-android-ndk:1.1.2' }