We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c324dc commit ab8d3caCopy full SHA for ab8d3ca
1 file changed
PLDroidPlayerDemo/app/build.gradle
@@ -32,8 +32,5 @@ dependencies {
32
implementation 'com.android.support:recyclerview-v7:27.1.0'
33
implementation 'com.journeyapps:zxing-android-embedded:3.0.2@aar'
34
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'
+ implementation 'com.bugsnag:bugsnag-android-ndk:1.1.2'
39
}
0 commit comments