Merge pull request #128 from yogeshpaliyal/dependabot/gradle/androidx.compose.material-material-1.1.1

[Android]: Bump material from 1.1.0 to 1.1.1
This commit is contained in:
Yogesh Choudhary Paliyal
2022-02-25 20:15:16 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ dependencies {
// Foundation (Border, Background, Box, Image, Scroll, shapes, animations, etc.)
implementation 'androidx.compose.foundation:foundation:1.1.1'
// Material Design
implementation 'androidx.compose.material:material:1.1.0'
implementation 'androidx.compose.material:material:1.1.1'
// Material design icons
implementation 'androidx.compose.material:material-icons-core:1.1.1'
implementation 'androidx.compose.material:material-icons-extended:1.1.1'

View File

@@ -54,7 +54,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0-alpha02'
implementation "androidx.compose.ui:ui:1.1.1"
implementation "androidx.compose.material:material:1.1.0"
implementation "androidx.compose.material:material:1.1.1"
implementation "androidx.compose.ui:ui-tooling-preview:1.1.0"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
implementation 'androidx.activity:activity-compose:1.4.0'