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

@ -11,7 +11,7 @@ kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlin-coroutines-jvm = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", version.ref = "coroutines" }
androidx-activity-compose = "androidx.activity:activity-compose:1.3.1"
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0-alpha01"
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03"
androidx-browser = "androidx.browser:browser:1.3.0"
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha12"