mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Implement basic calls
Signed-off-by: denis0001-dev <denis0001.dev@ya.ru> Made-with: Cursor
This commit is contained in:
+7
-2
@@ -6,7 +6,11 @@
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
||||
# If the Gradle client JVM crashes before the daemon starts (SIGBUS in CodeHeap::allocate), prefer
|
||||
# Android Studio’s JBR: export GRADLE_JAVA_HOME="/Applications/Android Studio.app/Contents/jbr/Contents/Home"
|
||||
# (or leave JAVA_HOME unset on macOS: gradlew picks that path automatically). Otherwise use another JDK 21+.
|
||||
# (see gradlew). Disabling class sharing can also help: add -Xshare:off below.
|
||||
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 -Xshare:off
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. For more details, visit
|
||||
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
|
||||
@@ -25,4 +29,5 @@ android.uniquePackageNames=false
|
||||
android.dependency.useConstraints=true
|
||||
android.r8.strictFullModeForKeepRules=false
|
||||
android.generateSyncIssueWhenLibraryConstraintsAreEnabled=false
|
||||
org.gradle.configuration-cache=true
|
||||
# Configuration cache can surface noisy IDE/sync issues on some setups; turn on when stable.
|
||||
org.gradle.configuration-cache=false
|
||||
Reference in New Issue
Block a user