Skip to content

Commit

Permalink
🤖 Update Dependencies (#1247)
Browse files Browse the repository at this point in the history
Updated depedencies
  • Loading branch information
bentrengrove authored Jan 24, 2024
2 parents 00bc57a + 8b463be commit d187d98
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import androidx.compose.foundation.layout.ExperimentalLayoutApi
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.WindowInsets
import androidx.compose.foundation.layout.consumedWindowInsets
import androidx.compose.foundation.layout.consumeWindowInsets
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.navigationBars
Expand Down Expand Up @@ -83,7 +83,7 @@ fun Calendar(
}

LazyColumn(
modifier = modifier.consumedWindowInsets(contentPadding),
modifier = modifier.consumeWindowInsets(contentPadding),
contentPadding = contentPadding
) {
calendarState.listMonths.forEach { month ->
Expand Down
12 changes: 6 additions & 6 deletions Crane/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down
12 changes: 6 additions & 6 deletions JetLagged/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down
12 changes: 6 additions & 6 deletions JetNews/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down
12 changes: 6 additions & 6 deletions Jetcaster/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down
12 changes: 6 additions & 6 deletions Jetchat/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down
12 changes: 6 additions & 6 deletions Jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down
12 changes: 6 additions & 6 deletions Jetsurvey/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down
12 changes: 6 additions & 6 deletions Owl/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down
12 changes: 6 additions & 6 deletions Reply/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down
12 changes: 6 additions & 6 deletions scripts/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#####
[versions]
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidGradlePlugin = "8.2.2"
androidx-activity-compose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-alpha02"
androidx-corektx = "1.13.0-alpha04"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
Expand All @@ -30,7 +30,7 @@ compileSdk = "34"
compose-compiler = "1.5.4"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
hilt = "2.48.1"
hiltExt = "1.1.0"
# @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
Expand Down

0 comments on commit d187d98

Please sign in to comment.