From f2a2c34448a93d947745ad1c760cd28eba17663b Mon Sep 17 00:00:00 2001 From: Emma Falkiewitz <emma.falkiewitz@savoirfairelinux.com> Date: Thu, 30 Nov 2023 15:29:10 -0500 Subject: [PATCH] update libraries Change-Id: Ica2555e23b5a101844061dc13d5913ad33716f28 --- jami-android/app/build.gradle.kts | 10 +++++----- jami-android/build.gradle.kts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jami-android/app/build.gradle.kts b/jami-android/app/build.gradle.kts index 9810d35d6..fcf68e1e3 100644 --- a/jami-android/app/build.gradle.kts +++ b/jami-android/app/build.gradle.kts @@ -103,11 +103,11 @@ dependencies { implementation ("androidx.cardview:cardview:1.0.0") implementation ("androidx.preference:preference-ktx:1.2.1") implementation ("androidx.recyclerview:recyclerview:1.3.2") - implementation ("androidx.leanback:leanback:1.2.0-alpha03") - implementation ("androidx.leanback:leanback-preference:1.2.0-alpha03") - implementation ("androidx.car.app:app:1.4.0-beta02") + implementation ("androidx.leanback:leanback:1.2.0-alpha04") + implementation ("androidx.leanback:leanback-preference:1.2.0-alpha04") + implementation ("androidx.car.app:app:1.4.0-rc01") implementation ("androidx.tvprovider:tvprovider:1.1.0-alpha01") - implementation ("androidx.media:media:1.6.0") + implementation ("androidx.media:media:1.7.0") implementation ("androidx.sharetarget:sharetarget:1.2.0") implementation ("androidx.percentlayout:percentlayout:1.0.0") implementation ("androidx.emoji2:emoji2:1.4.0") @@ -143,7 +143,7 @@ dependencies { // RxAndroid implementation ("io.reactivex.rxjava3:rxandroid:3.0.2") - implementation ("io.reactivex.rxjava3:rxjava:3.1.7") + implementation ("io.reactivex.rxjava3:rxjava:3.1.8") // Open Street Map implementation ("org.osmdroid:osmdroid-android:6.1.17") diff --git a/jami-android/build.gradle.kts b/jami-android/build.gradle.kts index 139d950f4..3c8113036 100644 --- a/jami-android/build.gradle.kts +++ b/jami-android/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { val hilt_version by extra { "2.48.1" } dependencies { - classpath ("com.android.tools.build:gradle:8.1.2") + classpath ("com.android.tools.build:gradle:8.1.4") classpath ("com.google.gms:google-services:4.4.0") classpath ("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") classpath ("com.google.dagger:hilt-android-gradle-plugin:$hilt_version") -- GitLab