Skip to content

Commit

Permalink
delete: androidx.activity (no ktx)
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Nov 18, 2024
1 parent 5fcd49a commit f68bf30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ dependencies {
implementation(libs.transport.runtime)
implementation(libs.activity)
implementation(libs.fragment)
implementation(libs.androidx.activity)

// Testing libraries
testImplementation(libs.junit)
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ firebase-crashlytics = "2.9.9"
timber = "5.0.1"
google-services = "4.4.2"
kotlin-android = "1.8.10"
activity-version = "1.9.1"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core" }
Expand Down Expand Up @@ -82,7 +81,6 @@ firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" }

timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity-version" }



Expand Down

0 comments on commit f68bf30

Please sign in to comment.