We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb32d5d commit 6be0a88Copy full SHA for 6be0a88
app/build.gradle
@@ -101,8 +101,8 @@ dependencies {
101
implementation 'androidx.compose.foundation:foundation-layout:1.4.0-rc01'
102
implementation 'androidx.compose.runtime:runtime:1.4.0-rc01'
103
implementation 'androidx.compose.ui:ui:1.4.0-rc01'
104
- implementation 'androidx.compose.ui:ui-tooling-preview:1.3.3'
105
- implementation 'androidx.activity:activity-compose:1.6.1'
+ implementation 'androidx.compose.ui:ui-tooling-preview:1.4.0-rc01'
+ implementation 'androidx.activity:activity-compose:1.7.0-rc01'
106
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.0'
107
debugImplementation "androidx.compose.ui:ui-tooling:1.4.0-rc01"
108
}
0 commit comments