Skip to content

Commit d187d98

Browse files
authored
🤖 Update Dependencies (#1247)
Updated depedencies
2 parents 00bc57a + 8b463be commit d187d98

File tree

11 files changed

+62
-62
lines changed

11 files changed

+62
-62
lines changed

‎Crane/app/src/main/java/androidx/compose/samples/crane/calendar/Calendar.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import androidx.compose.foundation.layout.ExperimentalLayoutApi
2424
import androidx.compose.foundation.layout.PaddingValues
2525
import androidx.compose.foundation.layout.Spacer
2626
import androidx.compose.foundation.layout.WindowInsets
27-
import androidx.compose.foundation.layout.consumedWindowInsets
27+
import androidx.compose.foundation.layout.consumeWindowInsets
2828
import androidx.compose.foundation.layout.fillMaxWidth
2929
import androidx.compose.foundation.layout.height
3030
import androidx.compose.foundation.layout.navigationBars
@@ -83,7 +83,7 @@ fun Calendar(
8383
}
8484

8585
LazyColumn(
86-
modifier = modifier.consumedWindowInsets(contentPadding),
86+
modifier = modifier.consumeWindowInsets(contentPadding),
8787
contentPadding = contentPadding
8888
) {
8989
calendarState.listMonths.forEach { month ->

‎Crane/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#####
55
[versions]
66
accompanist = "0.32.0"
7-
androidGradlePlugin = "8.2.0"
7+
androidGradlePlugin = "8.2.2"
88
androidx-activity-compose = "1.8.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2023.10.01"
12+
androidx-compose-bom = "2024.01.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0-alpha02"
14+
androidx-corektx = "1.13.0-alpha04"
1515
androidx-glance = "1.0.0"
16-
androidx-lifecycle-compose = "2.6.2"
17-
androidx-lifecycle-runtime-compose = "2.6.2"
16+
androidx-lifecycle-compose = "2.7.0"
17+
androidx-lifecycle-runtime-compose = "2.7.0"
1818
androidx-navigation = "2.7.6"
1919
androidx-palette = "1.0.0"
2020
androidx-test = "1.5.0"
@@ -30,7 +30,7 @@ compileSdk = "34"
3030
compose-compiler = "1.5.4"
3131
coroutines = "1.7.3"
3232
google-maps = "18.2.0"
33-
gradle-versions = "0.50.0"
33+
gradle-versions = "0.51.0"
3434
hilt = "2.48.1"
3535
hiltExt = "1.1.0"
3636
# @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

‎JetLagged/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#####
55
[versions]
66
accompanist = "0.32.0"
7-
androidGradlePlugin = "8.2.0"
7+
androidGradlePlugin = "8.2.2"
88
androidx-activity-compose = "1.8.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2023.10.01"
12+
androidx-compose-bom = "2024.01.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0-alpha02"
14+
androidx-corektx = "1.13.0-alpha04"
1515
androidx-glance = "1.0.0"
16-
androidx-lifecycle-compose = "2.6.2"
17-
androidx-lifecycle-runtime-compose = "2.6.2"
16+
androidx-lifecycle-compose = "2.7.0"
17+
androidx-lifecycle-runtime-compose = "2.7.0"
1818
androidx-navigation = "2.7.6"
1919
androidx-palette = "1.0.0"
2020
androidx-test = "1.5.0"
@@ -30,7 +30,7 @@ compileSdk = "34"
3030
compose-compiler = "1.5.4"
3131
coroutines = "1.7.3"
3232
google-maps = "18.2.0"
33-
gradle-versions = "0.50.0"
33+
gradle-versions = "0.51.0"
3434
hilt = "2.48.1"
3535
hiltExt = "1.1.0"
3636
# @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

‎JetNews/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#####
55
[versions]
66
accompanist = "0.32.0"
7-
androidGradlePlugin = "8.2.0"
7+
androidGradlePlugin = "8.2.2"
88
androidx-activity-compose = "1.8.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2023.10.01"
12+
androidx-compose-bom = "2024.01.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0-alpha02"
14+
androidx-corektx = "1.13.0-alpha04"
1515
androidx-glance = "1.0.0"
16-
androidx-lifecycle-compose = "2.6.2"
17-
androidx-lifecycle-runtime-compose = "2.6.2"
16+
androidx-lifecycle-compose = "2.7.0"
17+
androidx-lifecycle-runtime-compose = "2.7.0"
1818
androidx-navigation = "2.7.6"
1919
androidx-palette = "1.0.0"
2020
androidx-test = "1.5.0"
@@ -30,7 +30,7 @@ compileSdk = "34"
3030
compose-compiler = "1.5.4"
3131
coroutines = "1.7.3"
3232
google-maps = "18.2.0"
33-
gradle-versions = "0.50.0"
33+
gradle-versions = "0.51.0"
3434
hilt = "2.48.1"
3535
hiltExt = "1.1.0"
3636
# @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

‎Jetcaster/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#####
55
[versions]
66
accompanist = "0.32.0"
7-
androidGradlePlugin = "8.2.0"
7+
androidGradlePlugin = "8.2.2"
88
androidx-activity-compose = "1.8.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2023.10.01"
12+
androidx-compose-bom = "2024.01.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0-alpha02"
14+
androidx-corektx = "1.13.0-alpha04"
1515
androidx-glance = "1.0.0"
16-
androidx-lifecycle-compose = "2.6.2"
17-
androidx-lifecycle-runtime-compose = "2.6.2"
16+
androidx-lifecycle-compose = "2.7.0"
17+
androidx-lifecycle-runtime-compose = "2.7.0"
1818
androidx-navigation = "2.7.6"
1919
androidx-palette = "1.0.0"
2020
androidx-test = "1.5.0"
@@ -30,7 +30,7 @@ compileSdk = "34"
3030
compose-compiler = "1.5.4"
3131
coroutines = "1.7.3"
3232
google-maps = "18.2.0"
33-
gradle-versions = "0.50.0"
33+
gradle-versions = "0.51.0"
3434
hilt = "2.48.1"
3535
hiltExt = "1.1.0"
3636
# @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

‎Jetchat/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#####
55
[versions]
66
accompanist = "0.32.0"
7-
androidGradlePlugin = "8.2.0"
7+
androidGradlePlugin = "8.2.2"
88
androidx-activity-compose = "1.8.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2023.10.01"
12+
androidx-compose-bom = "2024.01.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0-alpha02"
14+
androidx-corektx = "1.13.0-alpha04"
1515
androidx-glance = "1.0.0"
16-
androidx-lifecycle-compose = "2.6.2"
17-
androidx-lifecycle-runtime-compose = "2.6.2"
16+
androidx-lifecycle-compose = "2.7.0"
17+
androidx-lifecycle-runtime-compose = "2.7.0"
1818
androidx-navigation = "2.7.6"
1919
androidx-palette = "1.0.0"
2020
androidx-test = "1.5.0"
@@ -30,7 +30,7 @@ compileSdk = "34"
3030
compose-compiler = "1.5.4"
3131
coroutines = "1.7.3"
3232
google-maps = "18.2.0"
33-
gradle-versions = "0.50.0"
33+
gradle-versions = "0.51.0"
3434
hilt = "2.48.1"
3535
hiltExt = "1.1.0"
3636
# @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

‎Jetsnack/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#####
55
[versions]
66
accompanist = "0.32.0"
7-
androidGradlePlugin = "8.2.0"
7+
androidGradlePlugin = "8.2.2"
88
androidx-activity-compose = "1.8.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2023.10.01"
12+
androidx-compose-bom = "2024.01.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0-alpha02"
14+
androidx-corektx = "1.13.0-alpha04"
1515
androidx-glance = "1.0.0"
16-
androidx-lifecycle-compose = "2.6.2"
17-
androidx-lifecycle-runtime-compose = "2.6.2"
16+
androidx-lifecycle-compose = "2.7.0"
17+
androidx-lifecycle-runtime-compose = "2.7.0"
1818
androidx-navigation = "2.7.6"
1919
androidx-palette = "1.0.0"
2020
androidx-test = "1.5.0"
@@ -30,7 +30,7 @@ compileSdk = "34"
3030
compose-compiler = "1.5.4"
3131
coroutines = "1.7.3"
3232
google-maps = "18.2.0"
33-
gradle-versions = "0.50.0"
33+
gradle-versions = "0.51.0"
3434
hilt = "2.48.1"
3535
hiltExt = "1.1.0"
3636
# @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

‎Jetsurvey/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#####
55
[versions]
66
accompanist = "0.32.0"
7-
androidGradlePlugin = "8.2.0"
7+
androidGradlePlugin = "8.2.2"
88
androidx-activity-compose = "1.8.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2023.10.01"
12+
androidx-compose-bom = "2024.01.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0-alpha02"
14+
androidx-corektx = "1.13.0-alpha04"
1515
androidx-glance = "1.0.0"
16-
androidx-lifecycle-compose = "2.6.2"
17-
androidx-lifecycle-runtime-compose = "2.6.2"
16+
androidx-lifecycle-compose = "2.7.0"
17+
androidx-lifecycle-runtime-compose = "2.7.0"
1818
androidx-navigation = "2.7.6"
1919
androidx-palette = "1.0.0"
2020
androidx-test = "1.5.0"
@@ -30,7 +30,7 @@ compileSdk = "34"
3030
compose-compiler = "1.5.4"
3131
coroutines = "1.7.3"
3232
google-maps = "18.2.0"
33-
gradle-versions = "0.50.0"
33+
gradle-versions = "0.51.0"
3434
hilt = "2.48.1"
3535
hiltExt = "1.1.0"
3636
# @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

‎Owl/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#####
55
[versions]
66
accompanist = "0.32.0"
7-
androidGradlePlugin = "8.2.0"
7+
androidGradlePlugin = "8.2.2"
88
androidx-activity-compose = "1.8.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2023.10.01"
12+
androidx-compose-bom = "2024.01.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0-alpha02"
14+
androidx-corektx = "1.13.0-alpha04"
1515
androidx-glance = "1.0.0"
16-
androidx-lifecycle-compose = "2.6.2"
17-
androidx-lifecycle-runtime-compose = "2.6.2"
16+
androidx-lifecycle-compose = "2.7.0"
17+
androidx-lifecycle-runtime-compose = "2.7.0"
1818
androidx-navigation = "2.7.6"
1919
androidx-palette = "1.0.0"
2020
androidx-test = "1.5.0"
@@ -30,7 +30,7 @@ compileSdk = "34"
3030
compose-compiler = "1.5.4"
3131
coroutines = "1.7.3"
3232
google-maps = "18.2.0"
33-
gradle-versions = "0.50.0"
33+
gradle-versions = "0.51.0"
3434
hilt = "2.48.1"
3535
hiltExt = "1.1.0"
3636
# @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

‎Reply/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#####
55
[versions]
66
accompanist = "0.32.0"
7-
androidGradlePlugin = "8.2.0"
7+
androidGradlePlugin = "8.2.2"
88
androidx-activity-compose = "1.8.2"
99
androidx-appcompat = "1.6.1"
1010
androidx-benchmark = "1.2.0"
1111
androidx-benchmark-junit4 = "1.2.1"
12-
androidx-compose-bom = "2023.10.01"
12+
androidx-compose-bom = "2024.01.00"
1313
androidx-constraintlayout = "1.0.1"
14-
androidx-corektx = "1.13.0-alpha02"
14+
androidx-corektx = "1.13.0-alpha04"
1515
androidx-glance = "1.0.0"
16-
androidx-lifecycle-compose = "2.6.2"
17-
androidx-lifecycle-runtime-compose = "2.6.2"
16+
androidx-lifecycle-compose = "2.7.0"
17+
androidx-lifecycle-runtime-compose = "2.7.0"
1818
androidx-navigation = "2.7.6"
1919
androidx-palette = "1.0.0"
2020
androidx-test = "1.5.0"
@@ -30,7 +30,7 @@ compileSdk = "34"
3030
compose-compiler = "1.5.4"
3131
coroutines = "1.7.3"
3232
google-maps = "18.2.0"
33-
gradle-versions = "0.50.0"
33+
gradle-versions = "0.51.0"
3434
hilt = "2.48.1"
3535
hiltExt = "1.1.0"
3636
# @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

0 commit comments

Comments
 (0)