Skip to content

Commit 9d4dd08

Browse files
committed
update jetpack again
1 parent a8b8d14 commit 9d4dd08

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/jetpack_compose/WORKSPACE

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ http_archive(
1313
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.9.5/rules_kotlin-v1.9.5.tar.gz",
1414
)
1515

16-
load("@rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories", "kotlinc_version", "versions")
16+
load("@rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories", "versions")
1717

1818
kotlin_repositories()
1919

@@ -37,9 +37,10 @@ maven_install(
3737
artifacts = [
3838
"org.jetbrains.kotlin:kotlin-compose-compiler-plugin-embeddable:{}".format(versions.KOTLIN_CURRENT_COMPILER_RELEASE.version),
3939
"org.jetbrains.kotlin:kotlin-stdlib:{}".format(versions.KOTLIN_CURRENT_COMPILER_RELEASE.version),
40-
"androidx.core:core-ktx:1.7.0",
41-
"androidx.appcompat:appcompat:1.4.1",
42-
"androidx.activity:activity-compose:1.4.0",
40+
"androidx.core:core-ktx:1.15.0",
41+
"androidx.appcompat:appcompat:1.7.0",
42+
"androidx.activity:activity-compose:1.9.3",
43+
"androidx.collection:collection:1.0.0",
4344
"androidx.compose.material:material:{}".format(KOTLIN_TO_COMPOSE[versions.KOTLIN_CURRENT_COMPILER_RELEASE.version]),
4445
"androidx.compose.ui:ui:{}".format(KOTLIN_TO_COMPOSE[versions.KOTLIN_CURRENT_COMPILER_RELEASE.version]),
4546
"androidx.compose.ui:ui-tooling:{}".format(KOTLIN_TO_COMPOSE[versions.KOTLIN_CURRENT_COMPILER_RELEASE.version]),

0 commit comments

Comments
 (0)