Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Remove compose.material dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Jun 5, 2023
1 parent 73e5547 commit e9ec19d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import com.android.build.gradle.internal.api.ApkVariantOutputImpl
import java.time.Instant

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class AndroidApplicationComposeConventionPlugin : Plugin<Project> {
}

dependencies {
"implementation"(libs.findLibrary("androidx.compose.material").get())
"implementation"(libs.findLibrary("androidx.compose.material3").get())
"implementation"(libs.findLibrary("androidx.compose.ui").get())
"implementation"(libs.findLibrary("androidx.compose.ui.tooling.preview").get())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {

sourceSets.all {
languageSettings {
optIn("androidx.compose.material.ExperimentalMaterialApi")
optIn("androidx.compose.material3.ExperimentalMaterial3Api")
optIn("androidx.compose.ui.ExperimentalComposeUiApi")
optIn("androidx.compose.animation.ExperimentalAnimationApi")
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ androidxActivity = "1.7.2"
androidxAppCompat = "1.6.1"
androidxCompose = "1.5.0-beta01"
androidxComposeCompiler = "1.4.7"
androidxComposeMaterial = "1.4.3"
androidxComposeMaterial3 = "1.2.0-alpha02"
androidxDocumentFile = "1.0.1"
androidxHiltNavigationCompose = "1.0.0"
Expand All @@ -31,7 +30,6 @@ accompanist-permissions = { group = "com.google.accompanist", name = "accompanis
accompanist-systemuicontroller = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version.ref = "accompanist" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidxAppCompat" }
androidx-compose-material = { group = "androidx.compose.material", name = "material" , version.ref = "androidxComposeMaterial" }
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "androidxComposeMaterial3" }
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "androidxCompose" }
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "androidxCompose" }
Expand Down

0 comments on commit e9ec19d

Please sign in to comment.