Skip to content

Commit 23b599c

Browse files
authored
chore(deps): bump dependencies (#11098)
2 parents 530ed13 + 3534732 commit 23b599c

32 files changed

Lines changed: 1114 additions & 995 deletions

File tree

app-k9mail/dependencies/fossReleaseRuntimeClasspath.txt

Lines changed: 134 additions & 118 deletions
Large diffs are not rendered by default.

app-k9mail/dependencies/fullReleaseRuntimeClasspath.txt

Lines changed: 133 additions & 118 deletions
Large diffs are not rendered by default.

app-thunderbird/dependencies/fossBetaRuntimeClasspath.txt

Lines changed: 134 additions & 118 deletions
Large diffs are not rendered by default.

app-thunderbird/dependencies/fossDailyRuntimeClasspath.txt

Lines changed: 134 additions & 118 deletions
Large diffs are not rendered by default.

app-thunderbird/dependencies/fossReleaseRuntimeClasspath.txt

Lines changed: 134 additions & 118 deletions
Large diffs are not rendered by default.

app-thunderbird/dependencies/fullBetaRuntimeClasspath.txt

Lines changed: 133 additions & 118 deletions
Large diffs are not rendered by default.

app-thunderbird/dependencies/fullDailyRuntimeClasspath.txt

Lines changed: 133 additions & 118 deletions
Large diffs are not rendered by default.

app-thunderbird/dependencies/fullReleaseRuntimeClasspath.txt

Lines changed: 133 additions & 118 deletions
Large diffs are not rendered by default.

app-ui-catalog/src/main/kotlin/net/thunderbird/ui/catalog/ui/CatalogScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import net.thunderbird.ui.catalog.ui.CatalogContract.Event.OnThemeChanged
1414
import net.thunderbird.ui.catalog.ui.CatalogContract.Event.OnThemeVariantChanged
1515
import net.thunderbird.ui.catalog.ui.CatalogContract.ViewModel
1616
import net.thunderbird.ui.catalog.ui.common.theme.ThemeSwitch
17-
import org.koin.androidx.compose.koinViewModel
17+
import org.koin.compose.viewmodel.koinViewModel
1818

1919
@Composable
2020
fun CatalogScreen(

app-ui-catalog/src/main/kotlin/net/thunderbird/ui/catalog/ui/page/atom/CatalogAtomScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import androidx.compose.ui.Modifier
55
import net.thunderbird.core.ui.contract.mvi.observe
66
import net.thunderbird.ui.catalog.ui.page.CatalogPageContract.ViewModel
77
import net.thunderbird.ui.catalog.ui.page.CatalogPageViewModel
8-
import org.koin.androidx.compose.koinViewModel
8+
import org.koin.compose.viewmodel.koinViewModel
99

1010
@Composable
1111
fun CatalogAtomScreen(

0 commit comments

Comments
 (0)