Fix blanck white background in MainActivty after returning from SearchActivity.

This commit is contained in:
Alex Ning
2020-10-28 16:28:19 +08:00
parent 06fdd12f0c
commit 5770393498
3 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.3'
// Lifecycle components
def lifecycleVersion = '2.2.0'
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycleVersion"