Skip to content

Commit fc8710a

Browse files
🤖 Update Dependencies (#1173)
Updated depedencies
2 parents 2279000 + 5409629 commit fc8710a

File tree

10 files changed

+70
-70
lines changed

10 files changed

+70
-70
lines changed

‎Crane/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#####
55
[versions]
66
accompanist = "0.30.1"
7-
androidGradlePlugin = "8.0.2"
7+
androidGradlePlugin = "8.1.0"
88
androidx-activity-compose = "1.7.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.1.0"
1111
androidx-benchmark-junit4 = "1.1.1"
12-
androidx-compose-bom = "2023.06.01"
12+
androidx-compose-bom = "2023.08.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.9.0"
15-
androidx-glance = "1.0.0-beta01"
14+
androidx-corektx = "1.12.0-rc01"
15+
androidx-glance = "1.0.0-rc01"
1616
androidx-lifecycle-compose = "2.6.1"
1717
androidx-lifecycle-runtime-compose = "2.6.1"
1818
androidx-navigation = "2.7.0-beta02"
@@ -21,14 +21,14 @@ 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.2.0-alpha03"
24+
androidx-window = "1.2.0-beta01"
2525
androidxHiltNavigationCompose = "1.0.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.2.2"
2828
# @keep
2929
compileSdk = "34"
3030
compose-compiler = "1.4.0"
31-
coroutines = "1.7.2"
31+
coroutines = "1.7.3"
3232
google-maps = "18.1.0"
3333
gradle-versions = "0.47.0"
3434
hilt = "2.43.2"
@@ -51,7 +51,7 @@ room = "2.5.1"
5151
secrets = "2.0.1"
5252
# @keep
5353
targetSdk = "33"
54-
version-catalog-update = "0.8.0"
54+
version-catalog-update = "0.8.1"
5555

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

‎JetLagged/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#####
55
[versions]
66
accompanist = "0.30.1"
7-
androidGradlePlugin = "8.0.2"
7+
androidGradlePlugin = "8.1.0"
88
androidx-activity-compose = "1.7.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.1.0"
1111
androidx-benchmark-junit4 = "1.1.1"
12-
androidx-compose-bom = "2023.06.01"
12+
androidx-compose-bom = "2023.08.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.9.0"
15-
androidx-glance = "1.0.0-beta01"
14+
androidx-corektx = "1.12.0-rc01"
15+
androidx-glance = "1.0.0-rc01"
1616
androidx-lifecycle-compose = "2.6.1"
1717
androidx-lifecycle-runtime-compose = "2.6.1"
1818
androidx-navigation = "2.7.0-beta02"
@@ -21,14 +21,14 @@ 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.2.0-alpha03"
24+
androidx-window = "1.2.0-beta01"
2525
androidxHiltNavigationCompose = "1.0.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.2.2"
2828
# @keep
2929
compileSdk = "34"
3030
compose-compiler = "1.4.0"
31-
coroutines = "1.7.2"
31+
coroutines = "1.7.3"
3232
google-maps = "18.1.0"
3333
gradle-versions = "0.47.0"
3434
hilt = "2.43.2"
@@ -51,7 +51,7 @@ room = "2.5.1"
5151
secrets = "2.0.1"
5252
# @keep
5353
targetSdk = "33"
54-
version-catalog-update = "0.8.0"
54+
version-catalog-update = "0.8.1"
5555

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

‎JetNews/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#####
55
[versions]
66
accompanist = "0.30.1"
7-
androidGradlePlugin = "8.0.2"
7+
androidGradlePlugin = "8.1.0"
88
androidx-activity-compose = "1.7.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.1.0"
1111
androidx-benchmark-junit4 = "1.1.1"
12-
androidx-compose-bom = "2023.06.01"
12+
androidx-compose-bom = "2023.08.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.9.0"
15-
androidx-glance = "1.0.0-beta01"
14+
androidx-corektx = "1.12.0-rc01"
15+
androidx-glance = "1.0.0-rc01"
1616
androidx-lifecycle-compose = "2.6.1"
1717
androidx-lifecycle-runtime-compose = "2.6.1"
1818
androidx-navigation = "2.7.0-beta02"
@@ -21,14 +21,14 @@ 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.2.0-alpha03"
24+
androidx-window = "1.2.0-beta01"
2525
androidxHiltNavigationCompose = "1.0.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.2.2"
2828
# @keep
2929
compileSdk = "34"
3030
compose-compiler = "1.4.0"
31-
coroutines = "1.7.2"
31+
coroutines = "1.7.3"
3232
google-maps = "18.1.0"
3333
gradle-versions = "0.47.0"
3434
hilt = "2.43.2"
@@ -51,7 +51,7 @@ room = "2.5.1"
5151
secrets = "2.0.1"
5252
# @keep
5353
targetSdk = "33"
54-
version-catalog-update = "0.8.0"
54+
version-catalog-update = "0.8.1"
5555

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

‎Jetcaster/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#####
55
[versions]
66
accompanist = "0.30.1"
7-
androidGradlePlugin = "8.0.2"
7+
androidGradlePlugin = "8.1.0"
88
androidx-activity-compose = "1.7.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.1.0"
1111
androidx-benchmark-junit4 = "1.1.1"
12-
androidx-compose-bom = "2023.06.01"
12+
androidx-compose-bom = "2023.08.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.9.0"
15-
androidx-glance = "1.0.0-beta01"
14+
androidx-corektx = "1.12.0-rc01"
15+
androidx-glance = "1.0.0-rc01"
1616
androidx-lifecycle-compose = "2.6.1"
1717
androidx-lifecycle-runtime-compose = "2.6.1"
1818
androidx-navigation = "2.7.0-beta02"
@@ -21,14 +21,14 @@ 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.2.0-alpha03"
24+
androidx-window = "1.2.0-beta01"
2525
androidxHiltNavigationCompose = "1.0.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.2.2"
2828
# @keep
2929
compileSdk = "34"
3030
compose-compiler = "1.4.0"
31-
coroutines = "1.7.2"
31+
coroutines = "1.7.3"
3232
google-maps = "18.1.0"
3333
gradle-versions = "0.47.0"
3434
hilt = "2.43.2"
@@ -51,7 +51,7 @@ room = "2.5.1"
5151
secrets = "2.0.1"
5252
# @keep
5353
targetSdk = "33"
54-
version-catalog-update = "0.8.0"
54+
version-catalog-update = "0.8.1"
5555

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

‎Jetchat/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#####
55
[versions]
66
accompanist = "0.30.1"
7-
androidGradlePlugin = "8.0.2"
7+
androidGradlePlugin = "8.1.0"
88
androidx-activity-compose = "1.7.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.1.0"
1111
androidx-benchmark-junit4 = "1.1.1"
12-
androidx-compose-bom = "2023.06.01"
12+
androidx-compose-bom = "2023.08.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.9.0"
15-
androidx-glance = "1.0.0-beta01"
14+
androidx-corektx = "1.12.0-rc01"
15+
androidx-glance = "1.0.0-rc01"
1616
androidx-lifecycle-compose = "2.6.1"
1717
androidx-lifecycle-runtime-compose = "2.6.1"
1818
androidx-navigation = "2.7.0-beta02"
@@ -21,14 +21,14 @@ 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.2.0-alpha03"
24+
androidx-window = "1.2.0-beta01"
2525
androidxHiltNavigationCompose = "1.0.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.2.2"
2828
# @keep
2929
compileSdk = "34"
3030
compose-compiler = "1.4.0"
31-
coroutines = "1.7.2"
31+
coroutines = "1.7.3"
3232
google-maps = "18.1.0"
3333
gradle-versions = "0.47.0"
3434
hilt = "2.43.2"
@@ -51,7 +51,7 @@ room = "2.5.1"
5151
secrets = "2.0.1"
5252
# @keep
5353
targetSdk = "33"
54-
version-catalog-update = "0.8.0"
54+
version-catalog-update = "0.8.1"
5555

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

‎Jetsnack/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#####
55
[versions]
66
accompanist = "0.30.1"
7-
androidGradlePlugin = "8.0.2"
7+
androidGradlePlugin = "8.1.0"
88
androidx-activity-compose = "1.7.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.1.0"
1111
androidx-benchmark-junit4 = "1.1.1"
12-
androidx-compose-bom = "2023.06.01"
12+
androidx-compose-bom = "2023.08.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.9.0"
15-
androidx-glance = "1.0.0-beta01"
14+
androidx-corektx = "1.12.0-rc01"
15+
androidx-glance = "1.0.0-rc01"
1616
androidx-lifecycle-compose = "2.6.1"
1717
androidx-lifecycle-runtime-compose = "2.6.1"
1818
androidx-navigation = "2.7.0-beta02"
@@ -21,14 +21,14 @@ 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.2.0-alpha03"
24+
androidx-window = "1.2.0-beta01"
2525
androidxHiltNavigationCompose = "1.0.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.2.2"
2828
# @keep
2929
compileSdk = "34"
3030
compose-compiler = "1.4.0"
31-
coroutines = "1.7.2"
31+
coroutines = "1.7.3"
3232
google-maps = "18.1.0"
3333
gradle-versions = "0.47.0"
3434
hilt = "2.43.2"
@@ -51,7 +51,7 @@ room = "2.5.1"
5151
secrets = "2.0.1"
5252
# @keep
5353
targetSdk = "33"
54-
version-catalog-update = "0.8.0"
54+
version-catalog-update = "0.8.1"
5555

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

‎Jetsurvey/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#####
55
[versions]
66
accompanist = "0.30.1"
7-
androidGradlePlugin = "8.0.2"
7+
androidGradlePlugin = "8.1.0"
88
androidx-activity-compose = "1.7.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.1.0"
1111
androidx-benchmark-junit4 = "1.1.1"
12-
androidx-compose-bom = "2023.06.01"
12+
androidx-compose-bom = "2023.08.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.9.0"
15-
androidx-glance = "1.0.0-beta01"
14+
androidx-corektx = "1.12.0-rc01"
15+
androidx-glance = "1.0.0-rc01"
1616
androidx-lifecycle-compose = "2.6.1"
1717
androidx-lifecycle-runtime-compose = "2.6.1"
1818
androidx-navigation = "2.7.0-beta02"
@@ -21,14 +21,14 @@ 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.2.0-alpha03"
24+
androidx-window = "1.2.0-beta01"
2525
androidxHiltNavigationCompose = "1.0.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.2.2"
2828
# @keep
2929
compileSdk = "34"
3030
compose-compiler = "1.4.0"
31-
coroutines = "1.7.2"
31+
coroutines = "1.7.3"
3232
google-maps = "18.1.0"
3333
gradle-versions = "0.47.0"
3434
hilt = "2.43.2"
@@ -51,7 +51,7 @@ room = "2.5.1"
5151
secrets = "2.0.1"
5252
# @keep
5353
targetSdk = "33"
54-
version-catalog-update = "0.8.0"
54+
version-catalog-update = "0.8.1"
5555

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

‎Owl/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#####
55
[versions]
66
accompanist = "0.30.1"
7-
androidGradlePlugin = "8.0.2"
7+
androidGradlePlugin = "8.1.0"
88
androidx-activity-compose = "1.7.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.1.0"
1111
androidx-benchmark-junit4 = "1.1.1"
12-
androidx-compose-bom = "2023.06.01"
12+
androidx-compose-bom = "2023.08.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.9.0"
15-
androidx-glance = "1.0.0-beta01"
14+
androidx-corektx = "1.12.0-rc01"
15+
androidx-glance = "1.0.0-rc01"
1616
androidx-lifecycle-compose = "2.6.1"
1717
androidx-lifecycle-runtime-compose = "2.6.1"
1818
androidx-navigation = "2.7.0-beta02"
@@ -21,14 +21,14 @@ 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.2.0-alpha03"
24+
androidx-window = "1.2.0-beta01"
2525
androidxHiltNavigationCompose = "1.0.0"
2626
androix-test-uiautomator = "2.2.0"
2727
coil = "2.2.2"
2828
# @keep
2929
compileSdk = "34"
3030
compose-compiler = "1.4.0"
31-
coroutines = "1.7.2"
31+
coroutines = "1.7.3"
3232
google-maps = "18.1.0"
3333
gradle-versions = "0.47.0"
3434
hilt = "2.43.2"
@@ -51,7 +51,7 @@ room = "2.5.1"
5151
secrets = "2.0.1"
5252
# @keep
5353
targetSdk = "33"
54-
version-catalog-update = "0.8.0"
54+
version-catalog-update = "0.8.1"
5555

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

0 commit comments

Comments
 (0)