Moved fragment dependency to 1.4.0

This commit is contained in:
Sylvain Berfini 2021-11-18 17:43:50 +01:00
parent eb83e7e5af
commit d14fce09fc

View file

@ -212,7 +212,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.media:media:1.4.3'
implementation 'androidx.fragment:fragment-ktx:1.4.0-rc01'
implementation 'androidx.fragment:fragment-ktx:1.4.0'
implementation 'androidx.core:core-ktx:1.7.0'
def nav_version = "2.4.0-beta02"