diff --git a/app/build.gradle b/app/build.gradle index 46ea93848d..863bffdbb1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -164,11 +164,10 @@ dependencies { implementation 'com.google.android.gms:play-services-wallet:19.1.0' //Compose - implementation 'androidx.activity:activity-compose:1.4.0' + implementation 'androidx.activity:activity-compose:1.5.0' implementation 'androidx.compose.material:material:1.1.1' implementation 'androidx.compose.animation:animation:1.1.1' - implementation 'androidx.compose.foundation:foundation:1.1.1' - implementation 'androidx.compose.foundation:foundation-layout:1.1.1' + implementation 'androidx.compose.foundation:foundation:1.2.0-rc03' implementation 'androidx.compose.ui:ui:1.1.1' implementation 'androidx.compose.ui:ui-tooling:1.1.1' implementation "com.google.accompanist:accompanist-appcompat-theme:0.23.0"