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:
@@ -87,7 +87,7 @@ class MainActivity : NodeActivity() {
|
||||
|
||||
@Composable
|
||||
private fun MainNodeHost() {
|
||||
NodeHost(integrationPoint = appyxIntegrationPoint) {
|
||||
NodeHost(integrationPoint = appyxV1IntegrationPoint) {
|
||||
MainNode(
|
||||
it,
|
||||
plugins = listOf(
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user