Skip to content

Commit 5ec5196

Browse files
committed
chore: update dependencies and adjust Gradle JVM arguments
- Update various dependencies in the version catalog, including room3 (3.0.1), jdbcSQLite (3.53.4.0), firebase (34.17.0), okio (3.18.1), and ksp (2.3.10). - Remove the `-XX:+HeapDumpOnOutOfMemoryError` flag from `org.gradle.jvmargs` in `gradle.properties`.
1 parent c8fb8cb commit 5ec5196

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE_DATA_DB_MODULE=:core:data:db-sqldelight
22
#CORE_DATA_DB_MODULE=:core:data:db-room
33

4-
org.gradle.jvmargs=-Xmx16g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx16g" -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
4+
org.gradle.jvmargs=-Xmx16g -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx16g" -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
55
org.gradle.parallel=true
66
org.gradle.daemon=true
77
org.gradle.configureondemand=false

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ minSdk = "23"
88
compose = "1.11.1"
99
coroutines = "1.11.0"
1010
sqlDelight = "2.3.2"
11-
room3 = "3.0.0"
11+
room3 = "3.0.1"
1212
androidxSqlite = "2.7.0"
1313
saferoom = "1.4.0"
1414
androidSqlCipher = "4.17.0"
1515
iosSqlCipher = "4.16.0"
16-
jdbcSQLite = "3.53.2.0"
16+
jdbcSQLite = "3.53.4.0"
1717
koin-bom = "4.2.2"
1818
kotlinx-serialization = "1.11.0"
1919
kotlinx-datetime = "0.8.0-0.6.x-compat"
@@ -39,7 +39,7 @@ androidxPaging = "3.5.0"
3939
androidxTestExt = "1.3.0"
4040
androidxTest = "1.7.0"
4141
androidxTestOrchestrator = "1.6.1"
42-
firebase = "34.16.0"
42+
firebase = "34.17.0"
4343
firebaseWeb = "12.15.0"
4444
leakCanary = "2.14"
4545
junit = "4.13.2"
@@ -51,9 +51,9 @@ androidSecurityLint = "1.0.4"
5151
appdirs = "1.5.0"
5252
uiTooling = "1.11.4"
5353
download = "5.7.0"
54-
okio = "3.17.0"
54+
okio = "3.18.1"
5555
accompanist-permissions = "0.37.3"
56-
ksp = "2.3.9"
56+
ksp = "2.3.10"
5757
gms = "4.5.0"
5858
crashlytics = "3.0.7"
5959

0 commit comments

Comments
 (0)