Updated dependencies

This commit is contained in:
Sylvain Berfini 2026-01-15 09:15:03 +01:00
parent 7d0d1a22ee
commit 48c9b4d7af
2 changed files with 2 additions and 6 deletions

View file

@ -197,10 +197,6 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "17"
}
buildFeatures {
dataBinding = true
buildConfig = true

View file

@ -1,9 +1,9 @@
[versions]
agp = "8.13.2"
kotlin = "2.2.21"
kotlin = "2.3.0"
gmsGoogleServices = "4.4.4"
firebaseCrashlytics = "3.0.6"
firebaseBomVersion = "34.6.0"
firebaseBomVersion = "34.7.0"
#noinspection NewerVersionAvailable
ktlint = "12.3.0"