Skip to content

Commit cbcf88d

Browse files
committed
Fix compose
1 parent 9bdb011 commit cbcf88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spring-boot-three = { id = "org.springframework.boot", version.ref = "springThre
3131
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.0.11.RELEASE" }
3232

3333
[libraries]
34-
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxComposeVersion" }
34+
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "1.8.2" }
3535
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidxComposeVersion" }
3636
androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "androidxComposeVersion" }
3737
androidx-compose-material3 = { module = "androidx.compose.material3:material3", version = "1.2.1" }

0 commit comments

Comments
 (0)