aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-29 21:18:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-09-29 21:18:37 +0000
commit4367a721d36863f1754212c1c67659df43956511 (patch)
treed3e45814ad3e5033d857e86cff68a77b1f74377b
parent9888d98f8bea804088408b11df94c4457d884cb8 (diff)
parenta2787b392e8e1a66b4a50770419164eca7f83a47 (diff)
downloadsupport-snap-temp-L84000000963661728.tar.gz
Merge "Merge cherrypicks of ['android-review.googlesource.com/2769319'] into androidx-hilt-release." into androidx-hilt-releasesnap-temp-L84000000963661728snap-temp-L56600000963649592snap-temp-L53600000963676646snap-temp-L18800000963647605snap-temp-L06800000963663672
-rw-r--r--hilt/hilt-compiler/build.gradle2
-rw-r--r--libraryversions.toml6
2 files changed, 4 insertions, 4 deletions
diff --git a/hilt/hilt-compiler/build.gradle b/hilt/hilt-compiler/build.gradle
index 39dfec8a3fd..242b96028f8 100644
--- a/hilt/hilt-compiler/build.gradle
+++ b/hilt/hilt-compiler/build.gradle
@@ -32,7 +32,7 @@ dependencies {
kapt(libs.autoService)
compileOnly(libs.gradleIncapHelper)
kapt(libs.gradleIncapHelperProcessor)
- implementation("androidx.room:room-compiler-processing:2.6.0-beta01")
+ implementation("androidx.room:room-compiler-processing:2.6.0-rc01")
implementation(libs.javapoet)
implementation(libs.kspApi)
diff --git a/libraryversions.toml b/libraryversions.toml
index 2e3306d2172..c384cf5cff6 100644
--- a/libraryversions.toml
+++ b/libraryversions.toml
@@ -72,9 +72,9 @@ GRIDLAYOUT = "1.1.0-beta02"
HEALTH_CONNECT = "1.1.0-alpha05"
HEALTH_SERVICES_CLIENT = "1.1.0-alpha02"
HEIFWRITER = "1.1.0-alpha03"
-HILT = "1.1.0-beta01"
-HILT_NAVIGATION = "1.1.0-beta01"
-HILT_NAVIGATION_COMPOSE = "1.1.0-beta01"
+HILT = "1.1.0-rc01"
+HILT_NAVIGATION = "1.1.0-rc01"
+HILT_NAVIGATION_COMPOSE = "1.1.0-rc01"
INPUT_MOTIONPREDICTION = "1.0.0-beta03"
INSPECTION = "1.0.0"
INTERPOLATOR = "1.1.0-alpha01"