This commit is contained in:
tom5079
2021-12-26 15:10:02 +09:00
parent d80de6fde7
commit cd4be5898b
11 changed files with 108 additions and 184 deletions

View File

@@ -20,10 +20,10 @@ const val GROUP_ID = "xyz.quaver"
const val VERSION = "6.0.0-alpha01"
object Versions {
const val KOTLIN_VERSION = "1.6.0"
const val KOTLIN_VERSION = "1.5.31"
const val JETPACK_COMPOSE = "1.1.0-rc01"
const val ACCOMPANIST = "0.22.0-rc"
const val JETPACK_COMPOSE = "1.0.5"
const val ACCOMPANIST = "0.20.3"
}
object JetpackCompose {