Skip to content

Commit

Permalink
Bump material from 1.2.0 to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 4, 2020
1 parent 93a2b16 commit dbbf05a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-partial-users/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.cardview:cardview:1.0.0'

implementation 'androidx.lifecycle:lifecycle-runtime:2.2.0'
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.core:core:1.3.1'
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
Expand Down
2 changes: 1 addition & 1 deletion feature/network-status/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
kapt rootProject.ext.daggerAnnotationProcessor
implementation rootProject.ext.dagger

implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'

testImplementation 'junit:junit:4.13'
}

0 comments on commit dbbf05a

Please sign in to comment.