Fixed app crashing when using rememberInstance() to retrieve Application

Applied systemBarsPadding() to SourceSelector
Dependency Update
This commit is contained in:
tom5079
2022-04-01 16:20:28 +09:00
parent 03e71b3000
commit fc3a0fa178
8 changed files with 39 additions and 56 deletions

View File

@@ -20,10 +20,10 @@ const val GROUP_ID = "xyz.quaver"
const val VERSION = "6.0.0-alpha02"
object Versions {
const val KOTLIN_VERSION = "1.5.31"
const val KOTLIN_VERSION = "1.6.10"
const val JETPACK_COMPOSE = "1.0.5"
const val ACCOMPANIST = "0.20.3"
const val JETPACK_COMPOSE = "1.1.1"
const val ACCOMPANIST = "0.23.1"
}
object JetpackCompose {