Bumped dependencies
This commit is contained in:
parent
d76a19aae9
commit
55820991f5
1 changed files with 2 additions and 2 deletions
|
@ -215,10 +215,10 @@ dependencies {
|
|||
|
||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||
implementation 'androidx.media:media:1.4.3'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.4.0-beta01'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.4.0-rc01'
|
||||
implementation 'androidx.core:core-ktx:1.7.0'
|
||||
|
||||
def nav_version = "2.4.0-beta01"
|
||||
def nav_version = "2.4.0-beta02"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
|
||||
|
||||
|
|
Loading…
Reference in a new issue