add subscription info to settings fragment

* update androidx.navigation: 2.3.4 -> 2.3.5
This commit is contained in:
2021-04-17 20:59:37 +02:00
parent 74e8639435
commit 86dfd69b4b
7 changed files with 98 additions and 3 deletions

View File

@ -46,8 +46,8 @@ dependencies {
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.4'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
implementation 'androidx.security:security-crypto:1.1.0-alpha03'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'