Skip to content

Commit aaf3a34

Browse files
committed
Update material library to fix a transition
1 parent cb97a75 commit aaf3a34

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aztec/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation "org.jsoup:jsoup:$jSoupVersion"
5353

5454
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
55-
implementation 'com.google.android.material:material:1.0.0'
55+
implementation 'com.google.android.material:material:1.8.0'
5656

5757
implementation "org.wordpress:utils:$wordpressUtilsVersion"
5858

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ext {
7070

7171
ext {
7272
gradlePluginVersion = '3.3.1'
73-
kotlinCoroutinesVersion = '1.1.0'
73+
kotlinCoroutinesVersion = '1.6.4'
7474
tagSoupVersion = '1.2.1'
7575
glideVersion = '4.10.0'
7676
picassoVersion = '2.5.2'

picasso-loader/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation aztecProjectDependency
2727

2828
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
29-
implementation 'com.google.android.material:material:1.0.0'
29+
implementation 'com.google.android.material:material:1.8.0'
3030

3131
implementation "com.squareup.picasso:picasso:$picassoVersion"
3232
}

wordpress-comments/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation aztecProjectDependency
3939

4040
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
41-
implementation 'com.google.android.material:material:1.0.0'
41+
implementation 'com.google.android.material:material:1.8.0'
4242
implementation "org.wordpress:utils:$wordpressUtilsVersion"
4343

4444
testImplementation "junit:junit:$jUnitVersion"

0 commit comments

Comments
 (0)