Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c07400

Browse files
committedMar 15, 2025··
Update dependencies
1 parent 0b2714f commit 6c07400

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed
 

‎app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ fun getVersionString(variant: String? = null): String {
8585

8686
android {
8787
namespace = "app.fyreplace.fyreplace"
88-
compileSdk = 35
88+
compileSdk = 36
8989

9090
defaultConfig {
9191
applicationId = "app.fyreplace.fyreplace"
9292
minSdk = 24
93-
targetSdk = 35
93+
targetSdk = 36
9494
versionCode = getVersionNumber()
9595
versionName = getVersionString()
9696
testInstrumentationRunner = "app.fyreplace.fyreplace.androidtest.TestRunner"

‎gradle/libs.versions.toml

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[versions]
2-
androidPlugin = "8.8.0"
3-
kotlinPlugin = "2.1.0"
4-
sentryPlugin = "4.14.1"
5-
openapiPlugin = "7.10.0"
2+
androidPlugin = "8.9.0"
3+
kotlinPlugin = "2.1.10"
4+
sentryPlugin = "5.3.0"
5+
openapiPlugin = "7.12.0"
66
protobufPlugin = "0.9.4"
7-
kspPlugin = "2.1.0-1.0.29"
8-
androidxComposeBom = "2024.12.01"
9-
androidxActivity = "1.9.3"
10-
androidxComposeAnimation = "1.7.6"
11-
androidxComposeMaterialAdaptive = "1.0.0"
7+
kspPlugin = "2.1.10-1.0.31"
8+
androidxComposeBom = "2025.03.00"
9+
androidxActivity = "1.10.1"
10+
androidxComposeAnimation = "1.7.8"
11+
androidxComposeMaterialAdaptive = "1.1.0"
1212
androidxCore = "1.15.0"
13-
androidxDatastore = "1.1.1"
13+
androidxDatastore = "1.1.3"
1414
androidxEspressoCore = "3.6.1"
1515
androidxHilt = "1.2.0"
1616
androidxLifecycle = "2.8.7"
17-
androidxNavigation = "2.8.5"
17+
androidxNavigation = "2.8.9"
1818
androidxJunit = "1.2.1"
1919
androidxWork = "2.10.0"
2020
coilCompose = "2.7.0"
2121
conscrypt = "2.5.3"
22-
desugar = "2.1.4"
22+
desugar = "2.1.5"
2323
hilt = "2.55"
2424
junit = "4.13.2"
2525
kotlinxCouroutines = "1.10.1"
2626
kotlinxSerialization = "1.8.0"
2727
moshi = "1.15.2"
2828
okhttp = "4.12.0"
2929
playServicesBase = "18.5.0"
30-
protobuf = "4.29.3"
30+
protobuf = "4.30.1"
3131
retrofit = "2.11.0"
3232

3333
[libraries]

‎gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

‎gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)
Please sign in to comment.