Skip to content

Commit

Permalink
Bump gradle.properties (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Nov 10, 2023
1 parent e374cc9 commit 879118c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ org.gradle.parallel=true
android.useAndroidX=true

# Increase memory
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=2560m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=3560m -XX:+HeapDumpOnOutOfMemoryError

# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
systemProp.org.gradle.internal.publish.checksums.insecure=true
Expand All @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=com.google.android.horologist
# !! No longer need to update this manually when using a Compose SNAPSHOT
VERSION_NAME=0.5.9
VERSION_NAME=0.5.11

POM_DESCRIPTION=Utilities for Wear OS

Expand Down

0 comments on commit 879118c

Please sign in to comment.