From 43530e3bbf2be123cb4831388e3a7b28eee9a0ca Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 1 Nov 2023 03:38:11 -0700 Subject: [PATCH] Upgrade compose deps (#5247) Summary: [android][sample] Upgrade compose deps Was dependent on SDK 34. Pull Request resolved: https://github.com/facebook/flipper/pull/5247 Test Plan: --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/flipper/pull/5247). * __->__ https://github.com/facebook/flipper/issues/5247 * https://github.com/facebook/flipper/issues/5246 * https://github.com/facebook/flipper/issues/5245 Reviewed By: lblasa Differential Revision: D50599220 Pulled By: passy fbshipit-source-id: 54038274ba894264c4027e48799ce6d0ceda4e82 --- android/sample/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/android/sample/build.gradle b/android/sample/build.gradle index 073924107..dadc3b5fc 100644 --- a/android/sample/build.gradle +++ b/android/sample/build.gradle @@ -75,13 +75,13 @@ dependencies { // Compose implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.activity:activity-ktx:1.7.2' - implementation 'androidx.compose.runtime:runtime:1.4.3' - implementation 'androidx.activity:activity-compose:1.7.2' - implementation 'androidx.compose.ui:ui:1.4.3' - implementation 'androidx.compose.material3:material3:1.1.1' - implementation 'androidx.compose.ui:ui-tooling:1.4.3' - implementation 'androidx.compose.ui:ui-tooling-preview:1.4.3' + implementation 'androidx.activity:activity-ktx:1.8.0' + implementation 'androidx.compose.runtime:runtime:1.5.4' + implementation 'androidx.activity:activity-compose:1.8.0' + implementation 'androidx.compose.ui:ui:1.5.4' + implementation 'androidx.compose.material3:material3:1.1.2' + implementation 'androidx.compose.ui:ui-tooling:1.5.4' + implementation 'androidx.compose.ui:ui-tooling-preview:1.5.4' // Third-party implementation deps.soloader