From f1115850bfed0651ba89ec105f48b4b50833ef86 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 23 Aug 2022 15:01:38 +0530 Subject: Update AndroidX dependencies (#2072) --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gradle') 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" } -- cgit v1.2.3