diff options
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
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. |