Skip to content

Commit a169db9

Browse files
committed
Remove compat theme composable
With the previous commit that updates the XML and Compose themes, we can now remove the `StudyBuddyCompatTheme` composable * Remove ThemeAdapter dependency Resolves #808
1 parent b39507a commit a169db9

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
6868
androidxtra-browser-ktx = "io.github.edricchan03.androidx.browser:browser-ktx:0.2.0"
6969

7070
# Accompanist
71-
accompanist-material3-themeAdapter = { module = "com.google.accompanist:accompanist-themeadapter-material3", version.ref = "accompanist" }
7271
accompanist-drawablePainter = { module = "com.google.accompanist:accompanist-drawablepainter", version.ref = "accompanist" }
7372

7473
# Other Compose dependencies

ui/theming/compose/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ dependencies {
3333

3434
implementation(libs.androidx.compose.material3)
3535

36-
implementation(libs.accompanist.material3.themeAdapter)
37-
3836
testImplementation(libs.kotlin.test)
3937
testImplementation(libs.kotest.runner.junit5)
4038
testImplementation(libs.kotest.assertion.core)

ui/theming/compose/src/main/kotlin/com/edricchan/studybuddy/ui/theming/compose/StudyBuddyCompatTheme.kt

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)