build: upgrade to Compose alpha11

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-08 13:15:12 +05:30
parent b87e242de2
commit cdfa20b9a7
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
7 changed files with 35 additions and 7 deletions

View file

@ -15,7 +15,7 @@ object Plugins {
}
object Dependencies {
const val COMPOSE_VERSION = "1.0.0-alpha10"
const val COMPOSE_VERSION = "1.0.0-alpha11"
object Kotlin {