summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorManuel Vivo <mvivo@google.com>2022-01-05 11:46:02 +0000
committerManuel Vicente Vivo <mvivo@google.com>2022-02-01 17:34:59 +0000
commit2fcb8826c2e552a3595590cef180f8332bec6354 (patch)
treedaf920c7072bd0f72c0d5bb4e621136e95b1d331 /android/BUILD
parent0b51e1e10a7432971b2bbcf4c859e9d1343bdcfd (diff)
downloadidea-2fcb8826c2e552a3595590cef180f8332bec6354.tar.gz
Update androidx lifecycle dependencies to 2.4
Change-Id: I4cffe13b5a792efcf7f6cbaad4b85399732b3ea7
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/BUILD b/android/BUILD
index 964a502e6cb..737bb1b5942 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -453,7 +453,8 @@ maven_repository(
"@maven//:androidx.core.core_1.5.0-rc02",
"@maven//:androidx.legacy.legacy-support-v4_1.0.0",
"@maven//:androidx.lifecycle.lifecycle-livedata-ktx_2.3.1",
- "@maven//:androidx.lifecycle.lifecycle-runtime_2.3.0-rc01",
+ "@maven//:androidx.lifecycle.lifecycle-livedata-ktx_2.4.0",
+ "@maven//:androidx.lifecycle.lifecycle-runtime_2.4.0",
"@maven//:androidx.navigation.navigation-fragment-ktx_2.3.5",
"@maven//:androidx.navigation.navigation-ui-ktx_2.3.5",
"@maven//:androidx.palette.palette-ktx_1.0.0",