Update appyx to v1.5.1 (#3889)

* Update appyx to v1.5.1

* Fix api breaks

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
renovate[bot]
2024-11-19 07:56:06 +00:00
committed by GitHub
parent 1012272a08
commit 3968bb82aa
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ class MainActivity : NodeActivity() {
@Composable
private fun MainNodeHost() {
NodeHost(integrationPoint = appyxIntegrationPoint) {
NodeHost(integrationPoint = appyxV1IntegrationPoint) {
MainNode(
it,
plugins = listOf(

View File

@@ -44,7 +44,7 @@ serialization_json = "1.7.3"
#other
coil = "2.7.0"
showkase = "1.0.3"
appyx = "1.4.0"
appyx = "1.5.1"
sqldelight = "2.0.2"
wysiwyg = "2.37.13"
telephoto = "0.14.0"