Skip to content

Commit ab8d3ca

Browse files
authored
Update build.gradle
remove test code
1 parent 9c324dc commit ab8d3ca

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

PLDroidPlayerDemo/app/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@ dependencies {
3232
implementation 'com.android.support:recyclerview-v7:27.1.0'
3333
implementation 'com.journeyapps:zxing-android-embedded:3.0.2@aar'
3434
implementation 'com.google.zxing:core:3.2.0'
35-
implementation 'com.bugsnag:bugsnag-android-ndk:1.1.2'
36-
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.4'
37-
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.4'
38-
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.4'
35+
implementation 'com.bugsnag:bugsnag-android-ndk:1.1.2'
3936
}

0 commit comments

Comments
 (0)