Skip to content

Commit

Permalink
Use same version of activity-compose as the rest of compose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Nov 28, 2021
1 parent ccbadaf commit 270fde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ dependencies {
implementation "androidx.compose.ui:ui:$composeVersion"
implementation "androidx.compose.material:material:$composeVersion"
implementation "androidx.compose.ui:ui-tooling:$composeVersion"
implementation "androidx.activity:activity-compose:1.4.0"
implementation "androidx.activity:activity-compose:$composeVersion"
implementation "com.google.accompanist:accompanist-systemuicontroller:0.18.0"
}

0 comments on commit 270fde0

Please sign in to comment.