diff --git a/updatemanager/build.gradle b/updatemanager/build.gradle index 2459274..8ccdd4f 100644 --- a/updatemanager/build.gradle +++ b/updatemanager/build.gradle @@ -24,7 +24,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.google.android.play:core:1.9.1' + implementation 'com.google.android.play:core:1.10.0' // Downgraded to fix fading of Material TextInputLayout implementation 'com.google.android.material:material:1.1.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'