Skip to content

Commit

Permalink
chore: remove obsolete activity-ktx
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Apr 20, 2024
1 parent 90767c8 commit 6a53dcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ dependencies {
implementation(libs.kotlin.stdlib.jdk8)
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.activity.ktx)

debugImplementation(libs.androidx.compose.ui.tooling)
implementation(libs.bundles.androidx.compose)
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mikepenz-aboutlibraries = "10.10.0"
[libraries]
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
Expand Down

0 comments on commit 6a53dcc

Please sign in to comment.