Skip to content

Commit 045423d

Browse files
committed
build: Update dependency and compilation memory usage
Signed-off-by: LooKeR <[email protected]>
1 parent 8b89e24 commit 045423d

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

gradle.properties

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
#
2+
# Copyright (C) 2025. LooKeR & Contributors
3+
# This program is free software: you can redistribute it and/or modify
4+
# it under the terms of the GNU General Public License as published by
5+
# the Free Software Foundation, either version 3 of the License, or
6+
# (at your option) any later version.
7+
# This program is distributed in the hope that it will be useful,
8+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
# GNU General Public License for more details.
11+
# You should have received a copy of the GNU General Public License
12+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
13+
#
14+
115
# Project-wide Gradle settings.
2-
org.gradle.jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
16+
org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -XX\:MaxMetaspaceSize\=1024m -Dfile.encoding\=UTF-8
317
android.useAndroidX=true
418
kotlin.code.style=official
519
android.nonTransitiveRClass=true

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[versions]
22
activity = "1.10.1"
3-
agp = "8.10.0"
3+
agp = "8.10.1"
44
coil = "2.7.0"
5-
composeBom = "2025.05.00"
5+
composeBom = "2025.06.00"
66
core = "1.16.0"
77
core-test = "1.6.1"
88
test-runner = "1.6.2"
9-
coroutines = "1.10.1"
10-
datastore = "1.1.6"
9+
coroutines = "1.10.2"
10+
datastore = "1.1.7"
1111
dateTime = "0.6.2"
1212
espresso = "3.6.1"
13-
hilt = "2.56.1"
13+
hilt = "2.56.2"
1414
hiltNavigation = "1.2.0"
1515
jUnitExt = "1.2.1"
16-
kotlin = "2.1.20"
17-
ksp = "2.1.20-1.0.32"
18-
lifecycle = "2.9.0"
19-
material = "1.4.0-alpha14"
16+
kotlin = "2.1.21"
17+
ksp = "2.1.21-2.0.2"
18+
lifecycle = "2.9.1"
19+
material = "1.4.0-alpha15"
2020
navigation = "2.9.0"
2121
room = "2.7.1"
2222
savedstate = "1.3.0"
23-
serialization = "1.8.0"
23+
serialization = "1.8.1"
2424
shapes = "1.0.1"
2525

2626
[libraries]

0 commit comments

Comments
 (0)