diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 85144bbc..e56c5385 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation(projects.passgen.diceware) implementation(projects.passgen.random) implementation(projects.ui.compose) - implementation(libs.androidx.activity.ktx) + implementation(libs.androidx.activity) implementation(libs.androidx.activity.compose) implementation(libs.androidx.appcompat) implementation(libs.androidx.autofill) |