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.10"
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.10" apply false
alias(libs.plugins.compose.compiler) apply false
alias(libs.plugins.aboutlibraries) apply false
}
Expand Down
56 changes: 28 additions & 28 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.4"
activityVersion = "1.12.4"
androidGradlePlugin = "9.0.1"
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"
coilVersion = "3.4.0"
commonsCompressVersion = "1.28.0"
commonsIoVersion = "2.21.0"
composeBomVersion = "2026.02.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.10.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.10"
kotlinxCoroutinesAndroid = "1.10.2"
kotlinxSerializationJson = "1.9.0"
kotlinxSerializationJson = "1.10.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-alpha09"
material3Version = "1.5.0-alpha15"
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.4"
secretsGradlePlugin = "2.0.1"
smaliDexlib2Version = "3.0.9"
uiGraphicsVersion = "1.9.0"
uiVersion = "1.9.0"
uiGraphicsVersion = "1.10.4"
uiVersion = "1.10.4"
viewpager2 = "1.1.0"

[libraries]
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Apr 09 19:38:08 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading