Updated dependencies

This commit is contained in:
Sylvain Berfini 2025-12-04 11:26:46 +01:00
parent e173e402c2
commit 40d195e06b
2 changed files with 3 additions and 6 deletions

View file

@ -213,7 +213,6 @@ android {
dependencies { dependencies {
implementation(libs.androidx.annotations) implementation(libs.androidx.annotations)
implementation(libs.androidx.activity)
implementation(libs.androidx.appcompat) implementation(libs.androidx.appcompat)
implementation(libs.androidx.constraint.layout) implementation(libs.androidx.constraint.layout)
implementation(libs.androidx.core.ktx) implementation(libs.androidx.core.ktx)

View file

@ -3,12 +3,11 @@ agp = "8.13.1"
kotlin = "2.2.21" kotlin = "2.2.21"
gmsGoogleServices = "4.4.4" gmsGoogleServices = "4.4.4"
firebaseCrashlytics = "3.0.6" firebaseCrashlytics = "3.0.6"
firebaseBomVersion = "34.5.0" firebaseBomVersion = "34.6.0"
#noinspection NewerVersionAvailable #noinspection NewerVersionAvailable
ktlint = "12.3.0" ktlint = "12.3.0"
annotations = "1.9.1" annotations = "1.9.1"
activity = "1.11.0"
appcompat = "1.7.1" appcompat = "1.7.1"
constraintLayout = "2.2.1" constraintLayout = "2.2.1"
coreKtx = "1.17.0" coreKtx = "1.17.0"
@ -16,9 +15,9 @@ splashscreen = "1.2.0"
telecom = "1.0.1" telecom = "1.0.1"
media = "1.7.1" media = "1.7.1"
recyclerview = "1.4.0" recyclerview = "1.4.0"
swipeRefreshLayout = "1.1.0" swipeRefreshLayout = "1.2.0"
slidingpanelayout = "1.2.0" slidingpanelayout = "1.2.0"
window = "1.5.0" window = "1.5.1"
gridlayout = "1.1.0" gridlayout = "1.1.0"
securityCryptoKtx = "1.1.0" securityCryptoKtx = "1.1.0"
navigation = "2.9.6" navigation = "2.9.6"
@ -36,7 +35,6 @@ linphone = "5.5.+"
[libraries] [libraries]
androidx-annotations = { group = "androidx.annotation", name = "annotation", version.ref = "annotations" } androidx-annotations = { group = "androidx.annotation", name = "annotation", version.ref = "annotations" }
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
androidx-constraint-layout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintLayout" } androidx-constraint-layout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintLayout" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }