Skip to content

Commit

Permalink
Update Gradle, Kotlin and dependencies
Browse files Browse the repository at this point in the history
Gradle: 8.10.2 -> 8.11.1
Kotlin: 2.0.21 -> 2.1.0
Compose BOM: 2024.10.01 -> 2024.11.00
Navigation Compose: 2.8.3 -> 2.8.4
  • Loading branch information
MateusRodCosta committed Nov 28, 2024
1 parent 86aef5c commit 71a7708
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 -XX:+UseParallelGC -Dkotlin.daemon.jvm.options="-Xmx4096M"
org.gradle.jvmargs=-Xmx4G -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -Dkotlin.daemon.jvm.options="-Xmx4G"
android.useAndroidX=true
android.enableBuildConfigAsBytecode=true
org.gradle.caching=true
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
agp = "8.7.2"
kotlin = "2.0.21"
kotlin = "2.1.0"
ktx = "1.15.0"
preference-ktx = "1.2.1"
lifecycle-runtime-ktx = "2.8.7"
splashscreen = "1.0.1"
composeBom = "2024.10.01"
composeBom = "2024.11.00"
activityCompose = "1.9.3"
navigationCompose = "2.8.3"
navigationCompose = "2.8.4"
junit = "4.13.2"
androidxTestRunner = "1.6.2"
androidxTestRules = "1.6.1"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 71a7708

Please sign in to comment.