Skip to content
Snippets Groups Projects
Commit f2a2c344 authored by Emma Falkiewitz's avatar Emma Falkiewitz
Browse files

update libraries

Change-Id: Ica2555e23b5a101844061dc13d5913ad33716f28
parent e9a7fd3b
Branches
Tags
No related merge requests found
...@@ -103,11 +103,11 @@ dependencies { ...@@ -103,11 +103,11 @@ dependencies {
implementation ("androidx.cardview:cardview:1.0.0") implementation ("androidx.cardview:cardview:1.0.0")
implementation ("androidx.preference:preference-ktx:1.2.1") implementation ("androidx.preference:preference-ktx:1.2.1")
implementation ("androidx.recyclerview:recyclerview:1.3.2") implementation ("androidx.recyclerview:recyclerview:1.3.2")
implementation ("androidx.leanback:leanback:1.2.0-alpha03") implementation ("androidx.leanback:leanback:1.2.0-alpha04")
implementation ("androidx.leanback:leanback-preference:1.2.0-alpha03") implementation ("androidx.leanback:leanback-preference:1.2.0-alpha04")
implementation ("androidx.car.app:app:1.4.0-beta02") implementation ("androidx.car.app:app:1.4.0-rc01")
implementation ("androidx.tvprovider:tvprovider:1.1.0-alpha01") 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.sharetarget:sharetarget:1.2.0")
implementation ("androidx.percentlayout:percentlayout:1.0.0") implementation ("androidx.percentlayout:percentlayout:1.0.0")
implementation ("androidx.emoji2:emoji2:1.4.0") implementation ("androidx.emoji2:emoji2:1.4.0")
...@@ -143,7 +143,7 @@ dependencies { ...@@ -143,7 +143,7 @@ dependencies {
// RxAndroid // RxAndroid
implementation ("io.reactivex.rxjava3:rxandroid:3.0.2") 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 // Open Street Map
implementation ("org.osmdroid:osmdroid-android:6.1.17") implementation ("org.osmdroid:osmdroid-android:6.1.17")
......
...@@ -13,7 +13,7 @@ buildscript { ...@@ -13,7 +13,7 @@ buildscript {
val hilt_version by extra { "2.48.1" } val hilt_version by extra { "2.48.1" }
dependencies { 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 ("com.google.gms:google-services:4.4.0")
classpath ("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") classpath ("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
classpath ("com.google.dagger:hilt-android-gradle-plugin:$hilt_version") classpath ("com.google.dagger:hilt-android-gradle-plugin:$hilt_version")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment