2016-10-05 14:36:59 +00:00
|
|
|
# Project-wide Gradle settings.
|
|
|
|
|
|
|
|
# IDE (e.g. Android Studio) users:
|
|
|
|
# Gradle settings configured through the IDE *will override*
|
|
|
|
# any settings specified in this file.
|
|
|
|
|
|
|
|
# For more details on how to configure your build environment visit
|
|
|
|
# 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.
|
2022-04-05 12:11:09 +00:00
|
|
|
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
2020-09-29 15:28:50 +00:00
|
|
|
|
|
|
|
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
2016-10-05 14:36:59 +00:00
|
|
|
|
|
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
|
|
# org.gradle.parallel=true
|
|
|
|
|
2020-10-22 09:51:13 +00:00
|
|
|
# This one fixes a weird WebRTC runtime problem on some devices.
|
|
|
|
# https://github.com/jitsi/jitsi-meet/issues/7911#issuecomment-714323255
|
|
|
|
android.enableDexingArtifactTransform.desugaring=false
|
|
|
|
|
2019-08-15 14:54:31 +00:00
|
|
|
android.useAndroidX=true
|
|
|
|
android.enableJetifier=true
|
2021-09-28 10:51:08 +00:00
|
|
|
android.bundle.enableUncompressedNativeLibs=false
|
2019-08-15 14:54:31 +00:00
|
|
|
|
2022-07-06 21:03:49 +00:00
|
|
|
appVersion=99.0.0
|
|
|
|
sdkVersion=99.0.0
|