From f2832d9ce5da2433c95b29b560eca618f5bcd1dd Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 7 Mar 2023 11:02:59 +0100 Subject: [PATCH] Remove invalid dependency --- gradle/libs.versions.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0e9c073b20..7c1d1d7871 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -67,7 +67,6 @@ androidx_datastore_datastore = { module = "androidx.datastore:datastore", versio androidx_constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } androidx_recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } androidx_lifecycle_runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" } -androidx_lifecycle_compose = { module = "androidx.lifecycle:compose", version.ref = "lifecycle" } androidx_lifecycle_process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle" } androidx_splash = "androidx.core:core-splashscreen:1.0.0" androidx_security_crypto = "androidx.security:security-crypto:1.0.0"