mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
build: upgrade dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a6da85d2e5
commit
425d6b7deb
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
rootProject.ext.versions = [
|
||||
agp: '4.2.0-alpha16',
|
||||
daggerHilt: '2.29.1-alpha',
|
||||
daggerHilt: '2.30.1-alpha',
|
||||
kotlin: '1.4.10',
|
||||
]
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
private const val ANDROIDX_HILT_VERSION = "1.0.0-alpha02"
|
||||
private const val DAGGER_HILT_VERSION = "2.29.1-alpha"
|
||||
private const val DAGGER_HILT_VERSION = "2.30.1-alpha"
|
||||
|
||||
object Dependencies {
|
||||
const val COMPOSE_VERSION = "1.0.0-alpha07"
|
||||
|
@ -12,7 +12,7 @@ object Dependencies {
|
|||
|
||||
object Coroutines {
|
||||
|
||||
private const val version = "1.4.1"
|
||||
private const val version = "1.4.2"
|
||||
const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version"
|
||||
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ object Dependencies {
|
|||
const val browser = "androidx.browser:browser:1.3.0-rc01"
|
||||
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha05"
|
||||
const val coreLibraryDesugaring = "com.android.tools:desugar_jdk_libs:1.0.10"
|
||||
const val material = "com.google.android.material:material:1.3.0-alpha03"
|
||||
const val material = "com.google.android.material:material:1.3.0-alpha04"
|
||||
|
||||
object Compose {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue