Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
alias(libs.plugins.kotlin.android)
id("com.google.android.libraries.mapsplatform.secrets-gradle-plugin")
id("com.google.gms.google-services")
kotlin("plugin.serialization") version "2.2.10"
kotlin("plugin.serialization") version "2.3.0"
alias(libs.plugins.compose.compiler)
alias(libs.plugins.aboutlibraries)
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
id("org.jetbrains.kotlin.android") version "2.2.10" apply false
id("org.jetbrains.kotlin.android") version "2.3.0" apply false
alias(libs.plugins.compose.compiler) apply false
alias(libs.plugins.aboutlibraries) apply false
}
Expand Down
52 changes: 26 additions & 26 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
[versions]
aboutlibraries = "12.2.4"
activityKtxVersion = "1.10.1"
activityVersion = "1.10.1"
androidGradlePlugin = "8.12.2"
aboutlibraries = "13.2.1"
activityKtxVersion = "1.12.2"
activityVersion = "1.12.2"
androidGradlePlugin = "8.13.2"
appcompat = "1.7.1"
biometric = "1.4.0-alpha04"
biometric = "1.4.0-alpha05"
browserVersion = "1.9.0"
coilVersion = "3.3.0"
commonsCompressVersion = "1.27.1"
commonsIoVersion = "2.20.0"
composeBomVersion = "2025.08.01"
commonsCompressVersion = "1.28.0"
commonsIoVersion = "2.21.0"
composeBomVersion = "2025.12.01"
constraintlayout = "2.2.1"
coreKtx = "1.17.0"
coreSplashscreen = "1.1.0-rc01"
datastorePreferences = "1.1.7"
datastorePreferences = "1.2.0"
espressoCore = "3.7.0"
firebaseBom = "34.2.0"
firebaseBom = "34.7.0"
fragmentKtx = "1.8.9"
githubApiVersion = "1.329"
googleServices = "4.4.3"
gson = "2.13.1"
jsoupVersion = "1.21.2"
githubApiVersion = "1.330"
googleServices = "4.4.4"
gson = "2.13.2"
jsoupVersion = "1.22.1"
junit = "4.13.2"
junitVersion = "1.3.0"
konaCryptoVersion = "1.0.18"
konaProviderVersion = "1.0.18"
kotlinVersion = "2.2.10"
konaCryptoVersion = "1.0.19"
konaProviderVersion = "1.0.19"
kotlinVersion = "2.3.0"
kotlinxCoroutinesAndroid = "1.10.2"
kotlinxSerializationJson = "1.9.0"
library = "1.3.0"
lifecycleRuntimeKtx = "2.9.3"
material = "1.14.0-alpha04"
material3Version = "1.5.0-alpha03"
mavenArtifact = "3.9.11"
lifecycleRuntimeKtx = "2.10.0"
material = "1.14.0-alpha08"
material3Version = "1.5.0-alpha11"
mavenArtifact = "3.9.12"
oapiJavaSdkVersion = "release-V4-2.3.3"
okhttp = "5.1.0"
okhttp = "5.3.2"
panguVersion = "1.1.0"
paris = "2.0.2"
paris = "2.2.1"
recyclerview = "1.4.0"
runtimeLivedataVersion = "1.9.0"
runtimeLivedataVersion = "1.10.0"
secretsGradlePlugin = "2.0.1"
smaliDexlib2Version = "3.0.9"
uiGraphicsVersion = "1.9.0"
uiVersion = "1.9.0"
uiGraphicsVersion = "1.10.0"
uiVersion = "1.10.0"
viewpager2 = "1.1.0"

[libraries]
Expand Down