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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3706be8b2f
commit
43530e3bbf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user