diff options
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 053f0f7f..bb235cbb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,8 +173,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" - //annotationProcessor "androidx.lifecycle:compiler:2.2.0" + implementation "androidx.lifecycle:lifecycle-process:2.3.1" + implementation "androidx.lifecycle:lifecycle-common-java8:2.3.1" implementation 'androidx.palette:palette:1.0.0' |