gradle: upgrade AndroidX

This commit is contained in:
Harsh Shandilya 2022-08-25 02:29:49 +05:30
parent cabcc4de37
commit 4cf1a51a7f
No known key found for this signature in database

View file

@ -9,6 +9,7 @@ dagger = "2.43.2"
hilt = "1.0.0"
kotlin = "1.7.10"
material_motion = "0.9.1"
# @pin Needs to be aligned with Retrofit
okhttp = "3.14.9"
retrofit = "2.9.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-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", 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-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha01"
androidx-activity-compose = "androidx.activity:activity-compose:1.6.0-rc01"
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha02"
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-foundation = "androidx.compose.foundation:foundation:1.3.0-alpha03"
androidx-compose-material = "androidx.compose.material:material:1.3.0-alpha03"
androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha16"
androidx-compose-runtime = "androidx.compose.runtime:runtime: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-beta01"
androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-beta01"
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-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-core-splashscreen = "androidx.core:core-splashscreen:1.0.0"
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" }