build: upgrade all dependencies

This commit is contained in:
Harsh Shandilya 2021-07-08 01:55:12 +05:30
parent 2852cbaff0
commit 1c2ae9ad99
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 8 additions and 8 deletions

View file

@ -11,10 +11,10 @@ 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.0-beta01"
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha02"
androidx-activity-compose = "androidx.activity:activity-compose:1.3.0-rc01"
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-alpha10"
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha11"
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }