Skip to content

Commit

Permalink
Remove accompanist
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 25, 2024
1 parent d1aeac6 commit a2ffa6b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion circuitx/overlays/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ kotlin {
androidMain {
dependencies {
api(libs.androidx.compose.material.material3)
implementation(libs.androidx.compose.accompanist.systemUi)
}
}
// We use a common folder instead of a common source set because there is no commonizer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ androidx.savedstate:savedstate
androidx.startup:startup-runtime
androidx.tracing:tracing
androidx.versionedparcelable:versionedparcelable
com.google.accompanist:accompanist-systemuicontroller
com.google.guava:listenablefuture
org.jetbrains.androidx.lifecycle:lifecycle-common
org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose
Expand Down
10 changes: 0 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[versions]
accompanist = "0.37.0"
androidx-activity = "1.9.3"
androidx-annotation = "1.9.1"
androidx-appcompat = "1.7.0"
Expand Down Expand Up @@ -95,15 +94,6 @@ androidx-appCompat = { module = "androidx.appcompat:appcompat", version.ref = "a
androidx-benchmark-macro-junit = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" }
androidx-browser = { module = "androidx.browser:browser", version.ref = "androidx-browser" }
####### Compose
# You must enable the SlackProperties.enableCompose property to use these.
androidx-compose-accompanist-appCompatThemeAdapter = { module = "com.google.accompanist:accompanist-appcompat-theme", version.ref = "accompanist" }
androidx-compose-accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
androidx-compose-accompanist-pager = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanist" }
androidx-compose-accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanist" }
androidx-compose-accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
androidx-compose-accompanist-placeholder = { module = "com.google.accompanist:accompanist-placeholder", version.ref = "accompanist" }
androidx-compose-accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
androidx-compose-accompanist-systemUi = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
androidx-compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose-animation" }
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
# Foundation (Border, Background, Box, Image, Scroll, shapes, animations, etc.)
Expand Down
1 change: 0 additions & 1 deletion samples/counter/apps/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ kotlin {
implementation(libs.bundles.compose.ui)
implementation(libs.androidx.compose.integration.materialThemeAdapter)
implementation(libs.androidx.compose.material.icons)
implementation(libs.androidx.compose.accompanist.systemUi)
implementation(libs.androidx.compose.ui.tooling)
}
}
Expand Down
5 changes: 0 additions & 5 deletions samples/interop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ dependencies {
implementation(libs.androidx.compose.ui.util)
implementation(libs.androidx.compose.integration.materialThemeAdapter)
implementation(libs.androidx.compose.material.icons)
implementation(libs.androidx.compose.accompanist.pager)
implementation(libs.androidx.compose.accompanist.pager.indicators)
implementation(libs.androidx.compose.accompanist.flowlayout)
implementation(libs.androidx.compose.accompanist.swiperefresh)
implementation(libs.androidx.compose.accompanist.systemUi)
debugImplementation(libs.androidx.compose.ui.tooling)
implementation(libs.windowSizeClass)
implementation(libs.bundles.androidx.activity)
Expand Down
4 changes: 0 additions & 4 deletions samples/star/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ kotlin {
implementation(libs.androidx.appCompat)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.browser)
implementation(libs.androidx.compose.accompanist.flowlayout)
implementation(libs.androidx.compose.accompanist.pager)
implementation(libs.androidx.compose.accompanist.pager.indicators)
implementation(libs.androidx.compose.accompanist.systemUi)
implementation(libs.androidx.compose.googleFonts)
implementation(libs.androidx.compose.ui.tooling)
implementation(libs.coroutines.android)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ import kotlin.math.sign
* @param indicatorHeight the height of each indicator in [Dp]. Defaults to [indicatorWidth].
* @param spacing the spacing between each indicator in [Dp].
* @param indicatorShape the shape representing each indicator. This defaults to [CircleShape].
* @sample com.google.accompanist.sample.pager.HorizontalPagerIndicatorSample
*/
@OptIn(ExperimentalFoundationApi::class)
@Composable
fun HorizontalPagerIndicator(
pagerState: androidx.compose.foundation.pager.PagerState,
Expand Down
1 change: 0 additions & 1 deletion samples/tacos/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
implementation(libs.androidx.activity.ktx)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.appCompat)
implementation(libs.androidx.compose.accompanist.systemUi)
implementation(libs.androidx.compose.integration.materialThemeAdapter)
implementation(libs.androidx.compose.material.material3)
debugImplementation(libs.androidx.compose.ui.tooling)
Expand Down

0 comments on commit a2ffa6b

Please sign in to comment.