Skip to content

Commit

Permalink
Revert coroutine version
Browse files Browse the repository at this point in the history
  • Loading branch information
simona-anomis committed May 11, 2023
1 parent d9aea36 commit 05c930d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Crane/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down
2 changes: 1 addition & 1 deletion JetLagged/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down
2 changes: 1 addition & 1 deletion JetNews/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down
2 changes: 1 addition & 1 deletion Jetcaster/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down
2 changes: 1 addition & 1 deletion Jetchat/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down
2 changes: 1 addition & 1 deletion Jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down
2 changes: 1 addition & 1 deletion Jetsurvey/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down
2 changes: 1 addition & 1 deletion Owl/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down
2 changes: 1 addition & 1 deletion Reply/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down
2 changes: 1 addition & 1 deletion scripts/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coil = "2.2.2"
# @keep
compileSdk = "33"
compose-compiler = "1.4.0"
coroutines = "1.7.0"
coroutines = "1.6.4"
google-maps = "18.1.0"
gradle-versions = "0.46.0"
hilt = "2.43.2"
Expand Down

0 comments on commit 05c930d

Please sign in to comment.