gradle.properties 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # encoding: UTF-8
  2. # Project-wide Gradle settings.
  3. # IDE (e.g. Android Studio) users:
  4. # Gradle settings configured through the IDE *will override*
  5. # any settings specified in this file.
  6. # For more details on how to configure your build environment visit
  7. # http://www.gradle.org/docs/current/userguide/build_environment.html
  8. # Specifies the JVM arguments used for the daemon process.
  9. # The setting is particularly useful for tweaking memory settings.
  10. org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
  11. # When configured, Gradle will run in incubating parallel mode.
  12. # This option should only be used with decoupled projects. For more details, visit
  13. # https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
  14. # org.gradle.parallel=true
  15. # AndroidX package structure to make it clearer which packages are bundled with the
  16. # Android operating system, and which are packaged with your app's APK
  17. # https://developer.android.com/topic/libraries/support-library/androidx-rn
  18. android.useAndroidX=true
  19. android.enableJetifier=true
  20. # Kotlin code style for this project: "official" or "obsolete":
  21. kotlin.code.style=official
  22. # Enables namespacing of each library's R class so that its R class includes only the
  23. # resources declared in the library itself and none from the library's dependencies,
  24. # thereby reducing the size of the R class for that library
  25. android.nonTransitiveRClass=true
  26. project.aio=debug
  27. project.aio-test=aio
  28. project.aio-CQ=aio-test
  29. project.pda=debug
  30. project.pda-test=pda
  31. project.pda-prod=pda-test
  32. project.pda-HZ=pda-prod
  33. # 重庆医药杭州代煎中心
  34. project.pda-CQHZDJZX=pda-prod