Skip to content

Commit

Permalink
Update dependency com.google.android.material:material to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2023
1 parent 2d5c462 commit efa286f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-mpp/androidApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

dependencies {
implementation project(':shared')
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}
Expand Down
2 changes: 1 addition & 1 deletion client-mpp/shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kotlin {
}
androidMain {
dependencies {
implementation 'com.google.android.material:material:1.6.4'
implementation 'com.google.android.material:material:1.8.0'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
implementation "io.ktor:ktor-client-android"
}
Expand Down

0 comments on commit efa286f

Please sign in to comment.