gradle.properties 1.1 KB

123456789101112131415161718192021
  1. ## For more details on how to configure your build environment visit
  2. # http://www.gradle.org/docs/current/userguide/build_environment.html
  3. #
  4. # Specifies the JVM arguments used for the daemon process.
  5. # The setting is particularly useful for tweaking memory settings.
  6. # Default value: -Xmx1024m -XX:MaxPermSize=256m
  7. # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
  8. #
  9. # When configured, Gradle will run in incubating parallel mode.
  10. # This option should only be used with decoupled projects. For more details, visit
  11. # https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
  12. # org.gradle.parallel=true
  13. #Wed Mar 18 10:29:41 CST 2026
  14. android.enableJetifier=true
  15. android.nonTransitiveRClass=true
  16. android.useAndroidX=true
  17. kotlin.code.style=official
  18. org.gradle.jvmargs=-Xmx1024M -Dkotlin.daemon.jvm.options\="-Xmx1024M" -Dfile.encoding\=UTF-8 -Dhttps.protocols\=TLSv1.2,TLSv1.1,TLSv1 -Dhttp.protocols\=TLSv1.2,TLSv1.1,TLSv1
  19. systemProp.http.protocols=TLSv1.2,TLSv1.1,TLSv1
  20. systemProp.https.protocols=TLSv1.2,TLSv1.1,TLSv1