Skip to content

Commit

Permalink
🤖 Update Dependencies (#1351)
Browse files Browse the repository at this point in the history
Updated depedencies
  • Loading branch information
simona-anomis committed Apr 18, 2024
2 parents 6f2e501 + 339456a commit 4a736b7
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions Crane/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#####
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidx-activity-compose = "1.8.2"
androidGradlePlugin = "8.3.2"
androidx-activity-compose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2024.04.00"
androidx-compose-bom = "2024.04.01"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-rc01"
androidx-corektx = "1.13.0"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions JetLagged/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#####
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidx-activity-compose = "1.8.2"
androidGradlePlugin = "8.3.2"
androidx-activity-compose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2024.04.00"
androidx-compose-bom = "2024.04.01"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-rc01"
androidx-corektx = "1.13.0"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions JetNews/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#####
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidx-activity-compose = "1.8.2"
androidGradlePlugin = "8.3.2"
androidx-activity-compose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2024.04.00"
androidx-compose-bom = "2024.04.01"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-rc01"
androidx-corektx = "1.13.0"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions Jetchat/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#####
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidx-activity-compose = "1.8.2"
androidGradlePlugin = "8.3.2"
androidx-activity-compose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2024.04.00"
androidx-compose-bom = "2024.04.01"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-rc01"
androidx-corektx = "1.13.0"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions Jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#####
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidx-activity-compose = "1.8.2"
androidGradlePlugin = "8.3.2"
androidx-activity-compose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2024.04.00"
androidx-compose-bom = "2024.04.01"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-rc01"
androidx-corektx = "1.13.0"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fun PhotoQuestion(
OutlinedButton(
onClick = {
newImageUri = getNewImageUri()
cameraLauncher.launch(newImageUri)
cameraLauncher.launch(newImageUri!!)
},
shape = MaterialTheme.shapes.small,
contentPadding = PaddingValues()
Expand Down
8 changes: 4 additions & 4 deletions Jetsurvey/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#####
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidx-activity-compose = "1.8.2"
androidGradlePlugin = "8.3.2"
androidx-activity-compose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2024.04.00"
androidx-compose-bom = "2024.04.01"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-rc01"
androidx-corektx = "1.13.0"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions Owl/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#####
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidx-activity-compose = "1.8.2"
androidGradlePlugin = "8.3.2"
androidx-activity-compose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2024.04.00"
androidx-compose-bom = "2024.04.01"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-rc01"
androidx-corektx = "1.13.0"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions Reply/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#####
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidx-activity-compose = "1.8.2"
androidGradlePlugin = "8.3.2"
androidx-activity-compose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2024.04.00"
androidx-compose-bom = "2024.04.01"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-rc01"
androidx-corektx = "1.13.0"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions scripts/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#####
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidx-activity-compose = "1.8.2"
androidGradlePlugin = "8.3.2"
androidx-activity-compose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.0"
androidx-benchmark-junit4 = "1.2.1"
androidx-compose-bom = "2024.04.00"
androidx-compose-bom = "2024.04.01"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.13.0-rc01"
androidx-corektx = "1.13.0"
androidx-glance = "1.0.0"
androidx-lifecycle-compose = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
Expand Down

0 comments on commit 4a736b7

Please sign in to comment.