diff --git a/app/build.gradle b/app/build.gradle index c39161a..fb8c37e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,8 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation project(":updatemanager") implementation 'com.google.android.material:material:1.0.0' -// implementation 'com.github.SanojPunchihewa:InAppUpdater:1.0.1' +// implementation 'com.github.SanojPunchihewa:InAppUpdater:1.0.4-alpha.2' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-2' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' diff --git a/updatemanager/build.gradle b/updatemanager/build.gradle index 6127453..486f2b2 100644 --- a/updatemanager/build.gradle +++ b/updatemanager/build.gradle @@ -24,7 +24,9 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.google.android.play:core:1.6.3' - implementation 'com.google.android.material:material:1.1.0-alpha08' + // Downgraded to fix fading of Material TextInputLayout + implementation 'com.google.android.material:material:1.0.0' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-2' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'