Skip to content

Commit

Permalink
Remove livedata, viewmodel and activity related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkup committed Mar 10, 2025
1 parent 7c65abb commit cf358a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,11 @@ publishing {

dependencies {
implementation(libs.kotlin.stdlib)

implementation(libs.androidx.appcompat)
implementation(libs.androidx.lifecycle.livedata)
implementation(libs.androidx.lifecycle.viewmodel)
implementation(libs.conscrypt)

// Jetpack Compose
implementation(libs.androidx.activityCompose)
implementation(platform(libs.compose.bom))
implementation(libs.compose.material3)
implementation(libs.compose.runtime.livedata)
debugImplementation(libs.compose.ui.tooling)
implementation(libs.compose.ui.toolingPreview)

Expand Down

0 comments on commit cf358a1

Please sign in to comment.