diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-01-25 00:52:53 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-01-25 00:52:53 +0530 |
commit | 2e1b9575e848ef02f31d02e4ee0736767af9eeff (patch) | |
tree | a7b0b70c8259e6c40bde3eed93f7b0bd645af9e0 /app/build.gradle.kts | |
parent | 200dcbc50099b287abd6e6906893520ee0f9a542 (diff) |
chore(deps): upgrade androidx.activity
Diffstat (limited to 'app/build.gradle.kts')
-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) |