From c08d06df2e2339906cd175de55c95fe6bc59e12c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 5 May 2021 15:51:34 +0800 Subject: Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity. --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index b8a1164a..63bffe46 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -176,6 +176,8 @@ dependencies { implementation "androidx.startup:startup-runtime:1.0.0" implementation 'com.github.FunkyMuse:Crashy:1.1.0' + implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" + /**** Builds and flavors ****/ // debugImplementation because LeakCanary should only run in debug builds. -- cgit v1.2.3