Skip to content

Commit 7d0640b

Browse files
Merge pull request #730 from KovalevAndrey/update-compose-1.8
Update jetpack compose BOM to 1.8
2 parents 8d86bfa + b8c3f40 commit 7d0640b

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Pending changes
44

5-
-
5+
- [#730](https://github.com/bumble-tech/appyx/pull/730)**Updated**: Jetpack Compose BOM to 1.8
66

77
---
88

gradle/libs.versions.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# keep sorted please, use Edit -> Sort Lines
22

33
[versions]
4-
androidCompileSdk = "34"
4+
androidCompileSdk = "35"
55
androidMinSdk = "21"
66
androidTargetSdk = "34"
77
accompanist = "0.28.0"
88
androidx-lifecycle = "2.6.1"
99
androidx-navigation-compose = "2.5.1"
1010
androidx-tracing = "1.2.0"
11+
agp = "8.9.2"
1112
coil = "2.2.1"
12-
composeBom = "2024.12.01"
13+
composeBom = "2025.04.01"
1314
ribs = "0.41.0"
1415
mvicore = "2.0.0"
1516
coroutines = "1.9.0-RC.2"
@@ -74,7 +75,7 @@ junit-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.ref
7475

7576
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
7677
plugin-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
77-
plugin-android = "com.android.tools.build:gradle:8.5.2"
78+
plugin-android = { module = "com.android.tools.build:gradle", version.ref = "agp" }
7879

7980
detekt-compose = "io.nlopez.compose.rules:detekt:0.1.6"
8081
toolargetool = "com.gu.android:toolargetool:0.3.0"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/navmodel-samples/lint-baseline.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
2+
<issues format="6" by="lint 8.9.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.2)" variant="all" version="8.9.2">
33

44
<issue
5-
id="SuspiciousModifierThen"
6-
message="Using Modifier.then with a Modifier factory function with an implicit receiver"
7-
errorLine1=" aspectRatio(1f)"
8-
errorLine2=" ~~~~~~~~~~~">
5+
id="ConfigurationScreenWidthHeight"
6+
message="Using Configuration.screenHeightDp instead of LocalWindowInfo.current.containerSize"
7+
errorLine1=" val screenHeight = LocalConfiguration.current.screenHeightDp"
8+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
99
<location
10-
file="src/main/kotlin/com/bumble/appyx/navmodel/spotlightadvanced/transitionhandler/SpotlightAdvancedSlider.kt"
11-
line="93"
12-
column="21"/>
10+
file="src/main/kotlin/com/bumble/appyx/navmodel/modal/ModalTransitionHandler.kt"
11+
line="34"
12+
column="28"/>
1313
</issue>
1414

1515
<issue

0 commit comments

Comments
 (0)