Remove usage of ProcessLifecycle

This commit is contained in:
topjohnwu
2024-12-12 17:29:15 -08:00
committed by John Wu
parent c5778f398b
commit 24615afda1
5 changed files with 12 additions and 33 deletions

View File

@@ -60,5 +60,4 @@ dependencies {
implementation(libs.activity)
implementation(libs.collection.ktx)
implementation(libs.profileinstaller)
implementation(libs.lifecycle.process)
}