Skip to content

Commit 9aadb92

Browse files
authored
Merge pull request #196 from chikoski/main
Dependency update for JetStream
2 parents 19fc430 + 3648be4 commit 9aadb92

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

JetStreamCompose/gradle/libs.versions.toml

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
2-
activity-compose = "1.9.2"
3-
android-gradle-plugin = "8.6.1"
4-
android-test-plugin = "8.6.1"
5-
androidx-baselineprofile = "1.3.1"
6-
benchmark-macro-junit4 = "1.3.1"
7-
coil-compose = "2.6.0"
8-
compose-bom = "2024.09.02"
2+
activity-compose = "1.10.0"
3+
android-gradle-plugin = "8.7.3"
4+
android-test-plugin = "8.7.3"
5+
androidx-baselineprofile = "1.3.3"
6+
benchmark-macro-junit4 = "1.3.3"
7+
coil-compose = "2.7.0"
8+
compose-bom = "2025.01.00"
99
tv-material = "1.0.0"
10-
core-ktx = "1.13.1"
10+
core-ktx = "1.15.0"
1111
core-splashscreen = "1.0.1"
1212
hilt-navigation-compose = "1.2.0"
13-
hilt-android = "2.51.1"
13+
hilt-android = "2.52"
1414
junit = "1.2.1"
15-
kotlin-android = "2.0.20"
15+
kotlin-android = "2.1.0"
1616
kotlinx-serialization = "1.6.3"
1717
ksp = "2.0.20-1.0.24"
18-
lifecycle-runtime-ktx = "2.8.6"
19-
media3-ui = "1.4.1"
20-
media3-exoplayer = "1.4.1"
21-
navigation-compose = "2.8.1"
22-
profileinstaller = "1.4.0"
18+
lifecycle-runtime-ktx = "2.8.7"
19+
media3-ui = "1.5.1"
20+
media3-exoplayer = "1.5.1"
21+
navigation-compose = "2.8.5"
22+
profileinstaller = "1.4.1"
2323
uiautomator = "2.3.0"
2424
rules = "1.6.1"
2525

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.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)