Skip to content

Commit b06699e

Browse files
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 <[email protected]>
1 parent 2405542 commit b06699e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/kotlin/io/element/android/x/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class MainActivity : NodeActivity() {
8787

8888
@Composable
8989
private fun MainNodeHost() {
90-
NodeHost(integrationPoint = appyxIntegrationPoint) {
90+
NodeHost(integrationPoint = appyxV1IntegrationPoint) {
9191
MainNode(
9292
it,
9393
plugins = listOf(

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serialization_json = "1.7.3"
4444
#other
4545
coil = "2.7.0"
4646
showkase = "1.0.3"
47-
appyx = "1.4.0"
47+
appyx = "1.5.1"
4848
sqldelight = "2.0.2"
4949
wysiwyg = "2.37.13"
5050
telephoto = "0.14.0"

0 commit comments

Comments
 (0)