mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-07 14:58:24 +00:00
Changes in gradle dependencies
This commit is contained in:
parent
7c94bd8b67
commit
11cab8c4a4
2 changed files with 2 additions and 4 deletions
|
|
@ -132,15 +132,13 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "androidx.activity:activity:1.9.0"
|
||||
implementation "androidx.annotation:annotation:1.7.1"
|
||||
implementation "androidx.appcompat:appcompat:1.7.0-alpha03"
|
||||
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
implementation "androidx.core:core-ktx:1.13.0"
|
||||
implementation 'androidx.core:core-splashscreen:1.0.1'
|
||||
implementation 'androidx.core:core-splashscreen:1.2.0-alpha01'
|
||||
implementation "androidx.core:core-telecom:1.0.0-alpha03"
|
||||
implementation "androidx.media:media:1.7.0"
|
||||
implementation "androidx.fragment:fragment-ktx:1.6.2"
|
||||
implementation "androidx.recyclerview:recyclerview:1.3.2"
|
||||
implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0"
|
||||
implementation "androidx.window:window:1.2.0"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
def nav_version = "2.7.6"
|
||||
def nav_version = "2.7.7"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
|
||||
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue