Pupil-129 [Source] Implement in-app update

This commit is contained in:
tom5079
2022-05-02 21:29:58 +09:00
parent de068a760e
commit 4fe769cbbf
7 changed files with 212 additions and 62 deletions

View File

@@ -45,6 +45,8 @@ object JetpackCompose {
const val RUNTIME_LIVEDATA = "androidx.compose.runtime:runtime-livedata:${Versions.JETPACK_COMPOSE}"
const val UI_UTIL = "androidx.compose.ui:ui-util:${Versions.JETPACK_COMPOSE}"
const val ANIMATION = "androidx.compose.animation:animation:${Versions.JETPACK_COMPOSE}"
const val MARKDOWN = "com.github.jeziellago:compose-markdown:0.2.9"
}
object Accompanist {