Skip to content

Commit 06a7bf3

Browse files
🤖 Update Dependencies (#1387)
Updated depedencies
2 parents 25e78bb + 4528695 commit 06a7bf3

File tree

19 files changed

+84
-84
lines changed

19 files changed

+84
-84
lines changed

‎Crane/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#####
55
[versions]
66
accompanist = "0.34.0"
7-
androidGradlePlugin = "8.3.2"
7+
androidGradlePlugin = "8.4.0"
88
androidx-activity-compose = "1.9.0"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2024.04.01"
12+
androidx-compose-bom = "2024.05.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0"
14+
androidx-corektx = "1.13.1"
1515
androidx-glance = "1.0.0"
1616
androidx-lifecycle-compose = "2.7.0"
1717
androidx-lifecycle-runtime-compose = "2.7.0"
@@ -21,13 +21,13 @@ androidx-test = "1.5.0"
2121
androidx-test-espresso = "3.5.1"
2222
androidx-test-ext-junit = "1.1.5"
2323
androidx-test-ext-truth = "1.5.0"
24-
androidx-window = "1.3.0-beta01"
24+
androidx-window = "1.3.0-beta02"
2525
androidxHiltNavigationCompose = "1.1.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.4.0"
2828
# @keep
2929
compileSdk = "34"
30-
compose-compiler = "1.5.4"
30+
compose-compiler = "1.5.13"
3131
coroutines = "1.8.0"
3232
google-maps = "18.2.0"
3333
gradle-versions = "0.51.0"
@@ -37,7 +37,7 @@ hiltExt = "1.1.0"
3737
jdkDesugar = "1.2.2"
3838
junit = "4.13.2"
3939
# @pin Update in conjuction with Compose Compiler
40-
kotlin = "1.9.20"
40+
kotlin = "1.9.23"
4141
kotlinx_immutable = "0.3.5"
4242
ksp = "1.9.20-1.0.14"
4343
maps-compose = "3.1.1"

‎Crane/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
distributionBase=GRADLE_USER_HOME
1616
distributionPath=wrapper/dists
17-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
17+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
1818
zipStoreBase=GRADLE_USER_HOME
1919
zipStorePath=wrapper/dists

‎JetLagged/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#####
55
[versions]
66
accompanist = "0.34.0"
7-
androidGradlePlugin = "8.3.2"
7+
androidGradlePlugin = "8.4.0"
88
androidx-activity-compose = "1.9.0"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2024.04.01"
12+
androidx-compose-bom = "2024.05.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0"
14+
androidx-corektx = "1.13.1"
1515
androidx-glance = "1.0.0"
1616
androidx-lifecycle-compose = "2.7.0"
1717
androidx-lifecycle-runtime-compose = "2.7.0"
@@ -21,13 +21,13 @@ androidx-test = "1.5.0"
2121
androidx-test-espresso = "3.5.1"
2222
androidx-test-ext-junit = "1.1.5"
2323
androidx-test-ext-truth = "1.5.0"
24-
androidx-window = "1.3.0-beta01"
24+
androidx-window = "1.3.0-beta02"
2525
androidxHiltNavigationCompose = "1.1.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.4.0"
2828
# @keep
2929
compileSdk = "34"
30-
compose-compiler = "1.5.4"
30+
compose-compiler = "1.5.13"
3131
coroutines = "1.8.0"
3232
google-maps = "18.2.0"
3333
gradle-versions = "0.51.0"
@@ -37,7 +37,7 @@ hiltExt = "1.1.0"
3737
jdkDesugar = "1.2.2"
3838
junit = "4.13.2"
3939
# @pin Update in conjuction with Compose Compiler
40-
kotlin = "1.9.20"
40+
kotlin = "1.9.23"
4141
kotlinx_immutable = "0.3.5"
4242
ksp = "1.9.20-1.0.14"
4343
maps-compose = "3.1.1"

‎JetLagged/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
distributionBase=GRADLE_USER_HOME
1616
distributionPath=wrapper/dists
17-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
17+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
1818
zipStoreBase=GRADLE_USER_HOME
1919
zipStorePath=wrapper/dists

‎JetNews/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#####
55
[versions]
66
accompanist = "0.34.0"
7-
androidGradlePlugin = "8.3.2"
7+
androidGradlePlugin = "8.4.0"
88
androidx-activity-compose = "1.9.0"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2024.04.01"
12+
androidx-compose-bom = "2024.05.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0"
14+
androidx-corektx = "1.13.1"
1515
androidx-glance = "1.0.0"
1616
androidx-lifecycle-compose = "2.7.0"
1717
androidx-lifecycle-runtime-compose = "2.7.0"
@@ -21,13 +21,13 @@ androidx-test = "1.5.0"
2121
androidx-test-espresso = "3.5.1"
2222
androidx-test-ext-junit = "1.1.5"
2323
androidx-test-ext-truth = "1.5.0"
24-
androidx-window = "1.3.0-beta01"
24+
androidx-window = "1.3.0-beta02"
2525
androidxHiltNavigationCompose = "1.1.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.4.0"
2828
# @keep
2929
compileSdk = "34"
30-
compose-compiler = "1.5.4"
30+
compose-compiler = "1.5.13"
3131
coroutines = "1.8.0"
3232
google-maps = "18.2.0"
3333
gradle-versions = "0.51.0"
@@ -37,7 +37,7 @@ hiltExt = "1.1.0"
3737
jdkDesugar = "1.2.2"
3838
junit = "4.13.2"
3939
# @pin Update in conjuction with Compose Compiler
40-
kotlin = "1.9.20"
40+
kotlin = "1.9.23"
4141
kotlinx_immutable = "0.3.5"
4242
ksp = "1.9.20-1.0.14"
4343
maps-compose = "3.1.1"

‎JetNews/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
distributionBase=GRADLE_USER_HOME
1616
distributionPath=wrapper/dists
17-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
17+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
1818
zipStoreBase=GRADLE_USER_HOME
1919
zipStorePath=wrapper/dists

‎Jetcaster/gradle/libs.versions.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#####
55
[versions]
66
accompanist = "0.34.0"
7-
androidGradlePlugin = "8.3.1"
8-
androidx-activity-compose = "1.8.2"
7+
androidGradlePlugin = "8.4.0"
8+
androidx-activity-compose = "1.9.0"
99
androidx-appcompat = "1.6.1"
10-
androidx-benchmark = "1.2.3"
11-
androidx-benchmark-junit4 = "1.2.3"
12-
androidx-compose-bom = "2024.04.00"
13-
androidx-compose-material3-adaptive = "1.0.0-alpha10"
10+
androidx-benchmark = "1.2.4"
11+
androidx-benchmark-junit4 = "1.2.4"
12+
androidx-compose-bom = "2024.05.00"
13+
androidx-compose-material3-adaptive = "1.0.0-alpha12"
1414
androidx-constraintlayout = "1.0.1"
15-
androidx-corektx = "1.13.0-rc01"
15+
androidx-corektx = "1.13.1"
1616
androidx-glance = "1.0.0"
1717
androidx-lifecycle-runtime = "2.7.0"
1818
androidx-lifecycle-compose = "2.7.0"
@@ -25,25 +25,25 @@ androidx-test-ext-junit = "1.1.5"
2525
androidx-test-ext-truth = "1.5.0"
2626
androidx-tv-foundation = "1.0.0-alpha10"
2727
androidx-tv-material = "1.0.0-alpha10"
28-
androidx-window = "1.3.0-beta01"
28+
androidx-window = "1.3.0-beta02"
2929
androidxHiltNavigationCompose = "1.2.0"
3030
androix-test-uiautomator = "2.3.0"
31-
coil = "2.5.0"
31+
coil = "2.6.0"
3232
# @keep
3333
compileSdk = "34"
34-
compose-compiler = "1.5.4"
34+
compose-compiler = "1.5.13"
3535
coroutines = "1.8.0"
3636
google-maps = "18.2.0"
3737
gradle-versions = "0.51.0"
38-
hilt = "2.51"
38+
hilt = "2.51.1"
3939
hiltExt = "1.2.0"
4040
# @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions
4141
jdkDesugar = "2.0.4"
4242
junit = "4.13.2"
4343
# @pin Update in conjuction with Compose Compiler
44-
kotlin = "1.9.20"
44+
kotlin = "1.9.23"
4545
kotlinx_immutable = "0.3.5"
46-
ksp = "1.9.20-1.0.14"
46+
ksp = "1.9.23-1.0.20"
4747
maps-compose = "3.1.1"
4848
material = "1.11.0"
4949
# @keep
@@ -57,16 +57,16 @@ secrets = "2.0.1"
5757
targetSdk = "33"
5858
version-catalog-update = "0.8.4"
5959
playServicesWearable = "18.1.0"
60-
composeMaterial = "1.2.1"
61-
composeFoundation = "1.2.1"
60+
composeMaterial = "1.3.1"
61+
composeFoundation = "1.3.1"
6262
coreSplashscreen = "1.0.1"
63-
horologistComposeTools = "0.4.8"
63+
horologistComposeTools = "0.6.9"
6464
horologist = "0.6.9"
65-
roborazzi = "1.11.0"
66-
androidx-wear-compose = "1.3.0"
67-
wear-compose-ui-tooling = "1.3.0"
68-
ui-test-manifest = "1.6.3"
69-
ui-test-junit4 = "1.6.3"
65+
roborazzi = "1.12.0"
66+
androidx-wear-compose = "1.3.1"
67+
wear-compose-ui-tooling = "1.3.1"
68+
ui-test-manifest = "1.6.7"
69+
ui-test-junit4 = "1.6.7"
7070

7171
[libraries]
7272
accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" }

‎Jetcaster/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
distributionBase=GRADLE_USER_HOME
1616
distributionPath=wrapper/dists
17-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
17+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
1818
zipStoreBase=GRADLE_USER_HOME
1919
zipStorePath=wrapper/dists

‎Jetchat/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#####
55
[versions]
66
accompanist = "0.34.0"
7-
androidGradlePlugin = "8.3.2"
7+
androidGradlePlugin = "8.4.0"
88
androidx-activity-compose = "1.9.0"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2024.04.01"
12+
androidx-compose-bom = "2024.05.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0"
14+
androidx-corektx = "1.13.1"
1515
androidx-glance = "1.0.0"
1616
androidx-lifecycle-compose = "2.7.0"
1717
androidx-lifecycle-runtime-compose = "2.7.0"
@@ -21,13 +21,13 @@ androidx-test = "1.5.0"
2121
androidx-test-espresso = "3.5.1"
2222
androidx-test-ext-junit = "1.1.5"
2323
androidx-test-ext-truth = "1.5.0"
24-
androidx-window = "1.3.0-beta01"
24+
androidx-window = "1.3.0-beta02"
2525
androidxHiltNavigationCompose = "1.1.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.4.0"
2828
# @keep
2929
compileSdk = "34"
30-
compose-compiler = "1.5.4"
30+
compose-compiler = "1.5.13"
3131
coroutines = "1.8.0"
3232
google-maps = "18.2.0"
3333
gradle-versions = "0.51.0"
@@ -37,7 +37,7 @@ hiltExt = "1.1.0"
3737
jdkDesugar = "1.2.2"
3838
junit = "4.13.2"
3939
# @pin Update in conjuction with Compose Compiler
40-
kotlin = "1.9.20"
40+
kotlin = "1.9.23"
4141
kotlinx_immutable = "0.3.5"
4242
ksp = "1.9.20-1.0.14"
4343
maps-compose = "3.1.1"

‎Jetchat/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
distributionBase=GRADLE_USER_HOME
1616
distributionPath=wrapper/dists
17-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
17+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
1818
zipStoreBase=GRADLE_USER_HOME
1919
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)