mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 04:27:02 +05:30
build: update dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
661d10d256
commit
a2e71ee52a
1 changed files with 5 additions and 5 deletions
10
build.gradle
10
build.gradle
|
@ -1,9 +1,9 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
accompanist_version = "0.3.0"
|
accompanist_version = "0.3.1"
|
||||||
activity_version = "1.2.0-beta01"
|
activity_version = "1.2.0-beta01"
|
||||||
agp_version = "4.2.0-alpha13"
|
agp_version = "4.2.0-alpha14"
|
||||||
appcompat_version = "1.3.0-alpha02"
|
appcompat_version = "1.3.0-alpha02"
|
||||||
browser_version = "1.3.0-alpha06"
|
browser_version = "1.3.0-alpha06"
|
||||||
compose_version = "1.0.0-alpha05"
|
compose_version = "1.0.0-alpha05"
|
||||||
|
@ -14,12 +14,12 @@ buildscript {
|
||||||
desugar_version = "1.0.10"
|
desugar_version = "1.0.10"
|
||||||
hilt_androidx_version = "1.0.0-alpha02"
|
hilt_androidx_version = "1.0.0-alpha02"
|
||||||
hilt_dagger_version = "2.29.1-alpha"
|
hilt_dagger_version = "2.29.1-alpha"
|
||||||
junit_version = "4.13"
|
junit_version = "4.13.1"
|
||||||
kotlin_version = "1.4.10"
|
kotlin_version = "1.4.10"
|
||||||
lifecycle_version = "2.3.0-beta01"
|
lifecycle_version = "2.3.0-beta01"
|
||||||
material_version = "1.3.0-alpha03"
|
material_version = "1.3.0-alpha03"
|
||||||
moshi_version = "1.9.3"
|
moshi_version = "1.11.0"
|
||||||
okhttp_version = "3.14.9"
|
okhttp_version = "4.10.0-RC1"
|
||||||
retrofit_version = "2.9.0"
|
retrofit_version = "2.9.0"
|
||||||
room_version = "2.3.0-alpha03"
|
room_version = "2.3.0-alpha03"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue