build: bump JB Compose and AndroidX activity-compose

This commit is contained in:
Harsh Shandilya 2021-09-02 13:44:24 +05:30
parent a194f714c9
commit a97b2c153e
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("multiplatform")
id("org.jetbrains.compose") version "1.0.0-alpha4-build328"
id("org.jetbrains.compose") version "1.0.0-alpha4-build331"
id("com.android.library")
}