use poster as backdrop if no backdrop is set, update to android studio

* update gradle to version 6.5
* update android gradle plugin to version 4.1
This commit is contained in:
2020-10-13 12:27:13 +02:00
parent c947105a1f
commit 597271d4de
5 changed files with 20 additions and 32 deletions

View File

@ -41,8 +41,6 @@ dependencies {
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
implementation 'androidx.navigation:navigation-fragment:2.3.0'
implementation 'androidx.navigation:navigation-ui:2.3.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.0'
implementation 'androidx.security:security-crypto:1.1.0-alpha02'