File tree Expand file tree Collapse file tree 2 files changed +25
-11
lines changed Expand file tree Collapse file tree 2 files changed +25
-11
lines changed Original file line number Diff line number Diff line change 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
317android.useAndroidX =true
418kotlin.code.style =official
519android.nonTransitiveRClass =true
Original file line number Diff line number Diff line change 11[versions ]
22activity = " 1.10.1"
3- agp = " 8.10.0 "
3+ agp = " 8.10.1 "
44coil = " 2.7.0"
5- composeBom = " 2025.05 .00"
5+ composeBom = " 2025.06 .00"
66core = " 1.16.0"
77core-test = " 1.6.1"
88test-runner = " 1.6.2"
9- coroutines = " 1.10.1 "
10- datastore = " 1.1.6 "
9+ coroutines = " 1.10.2 "
10+ datastore = " 1.1.7 "
1111dateTime = " 0.6.2"
1212espresso = " 3.6.1"
13- hilt = " 2.56.1 "
13+ hilt = " 2.56.2 "
1414hiltNavigation = " 1.2.0"
1515jUnitExt = " 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 "
2020navigation = " 2.9.0"
2121room = " 2.7.1"
2222savedstate = " 1.3.0"
23- serialization = " 1.8.0 "
23+ serialization = " 1.8.1 "
2424shapes = " 1.0.1"
2525
2626[libraries ]
You can’t perform that action at this time.
0 commit comments