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

gradle: update dependencies

Change-Id: Ibbc9ba0b188bb576cd3dd8c5c6a663797d08be0d
parent d935f36d
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ dependencies {
implementation (project(":libjamiclient"))
implementation ("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
implementation ("androidx.core:core-ktx:1.9.0")
implementation ("androidx.appcompat:appcompat:1.6.0")
implementation ("androidx.appcompat:appcompat:1.6.1")
implementation ("androidx.constraintlayout:constraintlayout:2.1.4")
implementation ("androidx.legacy:legacy-support-core-utils:1.0.0")
implementation ("androidx.cardview:cardview:1.0.0")
......@@ -109,7 +109,7 @@ dependencies {
implementation ("androidx.sharetarget:sharetarget:1.2.0")
implementation ("androidx.percentlayout:percentlayout:1.0.0")
implementation ("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
implementation ("com.google.android.material:material:1.8.0-rc01")
implementation ("com.google.android.material:material:1.8.0")
implementation ("com.google.android.flexbox:flexbox:3.0.0")
implementation ("org.osmdroid:osmdroid-android:6.1.14")
implementation ("io.noties.markwon:core:$markwon_version")
......
......@@ -6,11 +6,11 @@ buildscript {
}
val kotlin_version by extra { "1.8.0" }
val hilt_version by extra { "2.44.2" }
val hilt_version by extra { "2.45" }
dependencies {
classpath ("com.android.tools.build:gradle:7.4.1")
classpath ("com.google.gms:google-services:4.3.14")
classpath ("com.google.gms:google-services:4.3.15")
classpath ("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_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.
Finish editing this message first!
Please register or to comment