Skip to content
Snippets Groups Projects
Commit fef197dc authored by Adrien Béraud's avatar Adrien Béraud
Browse files

gradle: update dependencies

Change-Id: Idde79e1f55565563aa6941295e02935e72db86b6
parent 3c51609a
No related branches found
No related tags found
No related merge requests found
......@@ -98,16 +98,16 @@ val markwon_version = "4.6.2"
dependencies {
implementation (project(":libjamiclient"))
implementation ("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
implementation ("androidx.core:core-ktx:1.15.0")
implementation ("androidx.core:core-ktx:1.16.0")
implementation ("androidx.appcompat:appcompat:1.7.0")
implementation ("androidx.constraintlayout:constraintlayout:2.2.1")
implementation ("androidx.cardview:cardview:1.0.0")
implementation ("androidx.preference:preference-ktx:1.2.1")
implementation ("androidx.recyclerview:recyclerview:1.4.0")
implementation ("androidx.leanback:leanback:1.2.0-beta01")
implementation ("androidx.leanback:leanback-preference:1.2.0-beta01")
implementation ("androidx.leanback:leanback:1.2.0-rc01")
implementation ("androidx.leanback:leanback-preference:1.2.0-rc01")
implementation ("androidx.car.app:app:1.4.0")
implementation ("androidx.tvprovider:tvprovider:1.1.0-alpha01")
implementation ("androidx.tvprovider:tvprovider:1.1.0-beta01")
implementation ("androidx.media:media:1.7.0")
implementation ("androidx.sharetarget:sharetarget:1.2.0")
implementation ("androidx.emoji2:emoji2:1.5.0")
......@@ -115,7 +115,7 @@ dependencies {
implementation ("androidx.emoji2:emoji2-emojipicker:1.5.0")
implementation ("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7")
implementation ("androidx.window:window:1.3.0")
implementation ("com.google.android.material:material:1.12.0")
implementation ("com.google.android.material:material:1.13.0-alpha12")
implementation ("androidx.biometric:biometric:1.1.0")
implementation ("com.google.android.flexbox:flexbox:3.0.0")
implementation ("com.google.protobuf:protobuf-javalite:4.30.2")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment