Bumped dependencies

This commit is contained in:
Sylvain Berfini 2023-09-08 14:53:44 +02:00
parent bd523f307b
commit 46dfd0bfa0

View file

@ -68,6 +68,7 @@ android {
}
dependencies {
implementation "androidx.annotation:annotation:1.7.0"
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.7.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
@ -76,7 +77,7 @@ dependencies {
implementation "androidx.core:core-telecom:1.0.0-alpha01"
def nav_version = "2.7.1"
def nav_version = "2.7.2"
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"