Updated AndroidX navigation version to 2.3.0
This commit is contained in:
parent
e69b4a9141
commit
d892e5e0ef
|
@ -57,9 +57,13 @@ ext {
|
|||
|
||||
multiDexVersion = "2.0.1"
|
||||
|
||||
appCompatVersion = "1.1.0"
|
||||
|
||||
androidXCoreVersion = "1.3.1"
|
||||
|
||||
appCompatVersion = "1.1.0"
|
||||
androidXNavigationVersion = "2.3.0"
|
||||
|
||||
androidXBiometricVersion = "1.0.1"
|
||||
|
||||
constraintLayoutVersion = "1.1.3"
|
||||
|
||||
|
@ -71,8 +75,6 @@ ext {
|
|||
|
||||
sqlCipherVersion = "4.4.0"
|
||||
|
||||
androidXBiometricVersion = "1.0.1"
|
||||
|
||||
bcryptVersion = "0.9.0"
|
||||
|
||||
|
||||
|
|
|
@ -157,9 +157,9 @@ dependencies {
|
|||
implementation "com.google.dagger:dagger:$daggerVersion"
|
||||
|
||||
|
||||
implementation 'androidx.navigation:navigation-fragment:2.0.0-rc02'
|
||||
implementation 'androidx.navigation:navigation-ui:2.0.0-rc02'
|
||||
implementation "androidx.navigation:navigation-fragment:$androidXNavigationVersion"
|
||||
implementation "androidx.navigation:navigation-ui:$androidXNavigationVersion"
|
||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.0.0-rc02'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.0.0-rc02'
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:$androidXNavigationVersion"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:$androidXNavigationVersion"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue