Skip to content

Commit

Permalink
Removing M2 Compose dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Apr 1, 2024
1 parent bab84c8 commit 614b29a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ dependencies {
implementation(libs.androidx.appcompat)
implementation(libs.androidx.palette)
implementation(libs.androidx.savedstate)
implementation(libs.androidx.viewpager2)
implementation(libs.androidx.browser)
implementation(libs.androidx.window)
implementation(libs.androidx.navigation.compose)
Expand Down
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ androidx-window = { module = "androidx.window:window", version.ref = "androidx-w

androidx-palette = "androidx.palette:palette-ktx:1.0.0"
androidx-savedstate = "androidx.savedstate:savedstate:1.2.1"
androidx-viewpager2 = "androidx.viewpager2:viewpager2:1.0.0"
androidx-browser = "androidx.browser:browser:1.8.0"
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"

Expand All @@ -44,7 +43,6 @@ androidx-compose-foundation = { module = "androidx.compose.foundation:foundation
androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-material = { module = "androidx.compose.material:material" }
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }

Expand All @@ -62,7 +60,6 @@ androidx-compose = [
"androidx-compose-ui",
"androidx-compose-foundation",
"androidx-compose-foundation-layout",
"androidx-compose-material",
"androidx-compose-material-icons-extended",
"androidx-compose-runtime-livedata",
"androidx-compose-ui-tooling",
Expand Down

0 comments on commit 614b29a

Please sign in to comment.