mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
gradle: upgrade AndroidX
This commit is contained in:
parent
cabcc4de37
commit
4cf1a51a7f
1 changed files with 9 additions and 8 deletions
|
@ -9,6 +9,7 @@ dagger = "2.43.2"
|
||||||
hilt = "1.0.0"
|
hilt = "1.0.0"
|
||||||
kotlin = "1.7.10"
|
kotlin = "1.7.10"
|
||||||
material_motion = "0.9.1"
|
material_motion = "0.9.1"
|
||||||
|
# @pin Needs to be aligned with Retrofit
|
||||||
okhttp = "3.14.9"
|
okhttp = "3.14.9"
|
||||||
retrofit = "2.9.0"
|
retrofit = "2.9.0"
|
||||||
richtext = "0.13.0"
|
richtext = "0.13.0"
|
||||||
|
@ -20,17 +21,17 @@ workmanager = "2.8.0-alpha03"
|
||||||
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
||||||
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||||
androidx-activity-compose = "androidx.activity:activity-compose:1.6.0-beta01"
|
androidx-activity-compose = "androidx.activity:activity-compose:1.6.0-rc01"
|
||||||
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha01"
|
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha02"
|
||||||
androidx-browser = "androidx.browser:browser:1.4.0"
|
androidx-browser = "androidx.browser:browser:1.4.0"
|
||||||
androidx-compose-animation = "androidx.compose.animation:animation:1.3.0-alpha03"
|
androidx-compose-animation = "androidx.compose.animation:animation:1.3.0-beta01"
|
||||||
androidx-compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "composeCompiler" }
|
androidx-compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "composeCompiler" }
|
||||||
androidx-compose-foundation = "androidx.compose.foundation:foundation:1.3.0-alpha03"
|
androidx-compose-foundation = "androidx.compose.foundation:foundation:1.3.0-beta01"
|
||||||
androidx-compose-material = "androidx.compose.material:material:1.3.0-alpha03"
|
androidx-compose-material = "androidx.compose.material:material:1.3.0-beta01"
|
||||||
androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha16"
|
androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-beta01"
|
||||||
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.3.0-alpha03"
|
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.3.0-beta01"
|
||||||
androidx-compose-ui-ui = "androidx.compose.ui:ui:1.3.0-alpha03"
|
androidx-compose-ui-ui = "androidx.compose.ui:ui:1.3.0-alpha03"
|
||||||
androidx-compose-ui-ui-text = "androidx.compose.ui:ui-text:1.3.0-alpha03"
|
androidx-compose-ui-ui-text = "androidx.compose.ui:ui-text:1.3.0-beta01"
|
||||||
androidx-compose-ui-ui-tooling-preview = "androidx.compose.ui:ui-tooling-preview:1.3.0-alpha03"
|
androidx-compose-ui-ui-tooling-preview = "androidx.compose.ui:ui-tooling-preview:1.3.0-alpha03"
|
||||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0"
|
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0"
|
||||||
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" }
|
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue