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

build: update dependencies

Change-Id: Ib6fccdda0548641160928ef2d64b835e82afef05
parent f98962d3
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ dependencies {
implementation ("androidx.recyclerview:recyclerview:1.3.1")
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-beta01")
implementation ("androidx.car.app:app:1.4.0-beta02")
implementation ("androidx.tvprovider:tvprovider:1.1.0-alpha01")
implementation ("androidx.media:media:1.6.0")
implementation ("androidx.sharetarget:sharetarget:1.2.0")
......
......@@ -5,12 +5,12 @@ buildscript {
mavenCentral()
}
val kotlin_version by extra { "1.9.0" }
val kotlin_version by extra { "1.9.10" }
val hilt_version by extra { "2.47" }
dependencies {
classpath ("com.android.tools.build:gradle:8.1.1")
classpath ("com.google.gms:google-services:4.3.15")
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")
}
......@@ -19,7 +19,7 @@ allprojects {
repositories {
google()
maven { url = uri("https://maven.google.com") }
maven { url = uri("https://jitpack.io") }
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
......@@ -25,7 +25,7 @@ dependencies {
// Required -- JUnit 4 framework
testImplementation ("junit:junit:4.13.2")
// RxJava
implementation ("io.reactivex.rxjava3:rxjava:3.1.6")
implementation ("io.reactivex.rxjava3:rxjava:3.1.7")
// gson
implementation ("com.google.code.gson:gson:2.10")
api("com.google.dagger:dagger:$hilt_version")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment