Skip to content

Commit

Permalink
Merge pull request #719 from KovalevAndrey/update-compose-to-1.7
Browse files Browse the repository at this point in the history
Update compose to 1.7.6
  • Loading branch information
KovalevAndrey authored Jan 7, 2025
2 parents 04c13c7 + 259655f commit cc59b35
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Pending changes

- [#719](https://github.com/bumble-tech/appyx/pull/719)**Updated**: Jetpack Compose to 1.7.6

## 1.5.1

- [#705](https://github.com/bumble-tech/appyx/pull/705)**Fixed**: ChildAware extension functions now allow Any type as a parameter
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ androidx-lifecycle = "2.6.1"
androidx-navigation-compose = "2.5.1"
androidx-tracing = "1.2.0"
coil = "2.2.1"
composeBom = "2024.04.00"
composeBom = "2024.12.01"
ribs = "0.39.0"
mvicore = "1.2.6"
coroutines = "1.9.0-RC.2"
Expand Down
24 changes: 23 additions & 1 deletion samples/navmodel-samples/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.2.2" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.2)" variant="all" version="7.2.2">
<issues format="6" by="lint 8.5.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.2)" variant="all" version="8.5.2">

<issue
id="SuspiciousModifierThen"
message="Using Modifier.then with a Modifier factory function with an implicit receiver"
errorLine1=" aspectRatio(1f)"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/kotlin/com/bumble/appyx/navmodel/spotlightadvanced/transitionhandler/SpotlightAdvancedSlider.kt"
line="93"
column="21"/>
</issue>

<issue
id="UseOfNonLambdaOffsetOverload"
message="State backed values should use the lambda overload of Modifier.offset"
errorLine1=" offset(x = Dp(0f), y = Dp(screenHeight * offset.value))"
errorLine2=" ~~~~~~">
<location
file="src/main/kotlin/com/bumble/appyx/navmodel/modal/ModalTransitionHandler.kt"
line="40"
column="9"/>
</issue>

</issues>

0 comments on commit cc59b35

Please sign in to comment.