From 288f1777d9b8ee1c4480a3184ebc0981f1e3494e Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 12 Feb 2021 23:36:44 +0800 Subject: Use EventBus to send post list from PostFragment to ViewPostDetailActivity. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index f6a86b59..0d10836c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -172,5 +172,5 @@ dependencies { /**** Builds and flavors ****/ // debugImplementation because LeakCanary should only run in debug builds. - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5' + //debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5' } -- cgit v1.2.3