Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import androidx.compose.animation.EnterTransition
import androidx.compose.animation.ExitTransition
import androidx.compose.animation.ExperimentalSharedTransitionApi
import androidx.compose.animation.animateColorAsState
import androidx.compose.animation.core.ExperimentalAnimatableApi
import androidx.compose.animation.core.animateDpAsState
import androidx.compose.animation.core.animateFloatAsState
import androidx.compose.animation.core.spring
Expand Down Expand Up @@ -46,7 +45,7 @@ import com.flipcash.features.bill.playground.R
import com.getcode.theme.CodeTheme


@OptIn(ExperimentalSharedTransitionApi::class, ExperimentalAnimatableApi::class)
@OptIn(ExperimentalSharedTransitionApi::class)
@Composable
internal fun ColorSlots(
selectedSlot: Int,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ androidx-webkit = "1.17.0"

sqlcipher = "4.5.4"

compose-bom = "2026.06.01"
compose-bom = "2026.08.00"
compose-activities = "1.13.0"
compose-view-models = "2.11.0"
compose-paging = "3.5.1"
Expand Down
Loading