Skip to content

Commit

Permalink
Merge pull request #17 from SanojPunchihewa/dev
Browse files Browse the repository at this point in the history
Downgrade material library to fix fading of TextInputLayout
  • Loading branch information
SanojPunchihewa authored Sep 22, 2019
2 parents 6219da9 + 8a8182d commit e48d4a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 3 additions & 1 deletion updatemanager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e48d4a0

Please sign in to comment.