mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Bumped dependencies
This commit is contained in:
parent
bd523f307b
commit
46dfd0bfa0
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue