aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-08-23 15:01:38 +0530
committerGitHub <noreply@github.com>2022-08-23 09:31:38 +0000
commitf1115850bfed0651ba89ec105f48b4b50833ef86 (patch)
tree749f77b364ae2d3c2156082e5646893b5358787d /gradle
parent89c5d223aa2e5f43460da7afacd937f453aa9fc9 (diff)
Update AndroidX dependencies (#2072)
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index ea6e8545..ea28b439 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -16,7 +16,7 @@ android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.2.0"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" }
androidx-annotation = "androidx.annotation:annotation:1.5.0-alpha02"
-androidx-appcompat = "androidx.appcompat:appcompat:1.6.0-alpha05"
+androidx-appcompat = "androidx.appcompat:appcompat:1.6.0-beta01"
androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01"
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha03"
@@ -27,7 +27,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", ve
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
-androidx-material = "com.google.android.material:material:1.7.0-alpha03"
+androidx-material = "com.google.android.material:material:1.7.0-beta01"
androidx-preference = "androidx.preference:preference:1.2.0"
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0-beta02"
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
@@ -53,13 +53,13 @@ compose-compiler = "androidx.compose.compiler:compiler:1.3.0"
compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" }
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "composeFoundation" }
compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0"
-compose-material = "androidx.compose.material:material:1.3.0-alpha03"
+compose-material = "androidx.compose.material:material:1.0.5"
compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha16"
-compose-runtime = "androidx.compose.runtime:runtime:1.2.0-rc01"
+compose-runtime = "androidx.compose.runtime:runtime:1.3.0-alpha03"
compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "composeUi" }
compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "composeUi" }
-compose-ui-tooling = "androidx.compose.ui:ui-tooling:1.3.0-alpha03"
-compose-ui-util = "androidx.compose.ui:ui-util:1.3.0-alpha01"
+compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "composeUi" }
+compose-ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "composeUi" }
compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding", version.ref = "composeUi" }
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }