Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity.

This commit is contained in:
Alex Ning
2021-05-05 15:51:34 +08:00
parent ee4c25a465
commit c08d06df2e
7 changed files with 160 additions and 6 deletions

View File

@@ -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.