Update Kotlin and coroutines.

This commit is contained in:
Ryan VanderMeulen 2022-10-10 21:13:16 -04:00 committed by mergify[bot]
parent ba9791e41f
commit faf6d30928
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
// FORCE REBUILD 2022-09-16
object Versions {
const val kotlin = "1.7.10"
const val coroutines = "1.6.1"
const val kotlin = "1.7.20"
const val coroutines = "1.6.4"
// These versions are linked: lint should be X+23.Y.Z of gradle_plugin version, according to:
// https://github.com/alexjlockwood/android-lint-checks-demo/blob/0245fc027463137b1b4afb97c5295d60dce998b6/dependencies.gradle#L3
@ -21,7 +21,7 @@ object Versions {
const val jna = "5.8.0"
const val androidx_compose = "1.2.1"
const val androidx_compose_compiler = "1.3.0"
const val androidx_compose_compiler = "1.3.2"
const val androidx_appcompat = "1.3.0"
const val androidx_benchmark = "1.0.0"
const val androidx_biometric = "1.1.0"