gradle.properties 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # Project-wide Gradle settings.
  2. # IDE (e.g. Android Studio) users:
  3. # Gradle settings configured through the IDE *will override*
  4. # any settings specified in this file.
  5. # For more details on how to configure your build environment visit
  6. # http://www.gradle.org/docs/current/userguide/build_environment.html
  7. # Specifies the JVM arguments used for the daemon process.
  8. # The setting is particularly useful for tweaking memory settings.
  9. # Default value: -Xmx10248m -XX:MaxPermSize=256m
  10. # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
  11. # When configured, Gradle will run in incubating parallel mode.
  12. # This option should only be used with decoupled projects. More details, visit
  13. # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
  14. # org.gradle.parallel=true
  15. org.gradle.jvmargs=-Xmx4608m -Dfile.encoding=UTF-8
  16. android.useAndroidX=true
  17. android.injected.testOnly=false
  18. android.native.buildOutput=verbose
  19. # Android SDK version that will be used as the compile project
  20. PROP_COMPILE_SDK_VERSION=34
  21. # Android SDK version that will be used as the earliest version of android this application can run on
  22. PROP_MIN_SDK_VERSION=21
  23. # Android SDK version that will be used as the latest version of android this application has been tested on
  24. PROP_TARGET_SDK_VERSION=28
  25. # Android Build Tools version that will be used as the compile project
  26. PROP_BUILD_TOOLS_VERSION=34.0.0
  27. # Android Application Name
  28. PROP_APP_NAME=com-game-eliminate
  29. # Instant App
  30. PROP_ENABLE_INSTANT_APP=false
  31. # InputSDK
  32. PROP_ENABLE_INPUTSDK=false
  33. PROP_NDK_PATH=D:\\Android\\Sdk\\ndk\\23.2.8568313
  34. # Build variant
  35. PROP_IS_DEBUG=false
  36. # Cocos Engine Path
  37. COCOS_ENGINE_PATH=C\:/ProgramData/cocos/editors/Creator/3.8.6/resources/resources/3d/engine/native
  38. # Res path
  39. RES_PATH=D:/Work/Eliminate/build/android
  40. # Native source dir
  41. NATIVE_DIR=D:/Work/Eliminate/native/engine/android
  42. # Application ID
  43. APPLICATION_ID=com.dingxilong.fangkuai
  44. # List of CPU Archtexture to build that application with
  45. # Available architextures (armeabi-v7a | arm64-v8a | x86 | x86_64)
  46. # To build for multiple architexture, use the `:` between them
  47. # Example - PROP_APP_ABI=arm64-v8a
  48. PROP_APP_ABI=arm64-v8a
  49. # fill in sign information for release mode
  50. RELEASE_STORE_FILE=C:/ProgramData/cocos/editors/Creator/3.8.6/resources/tools/keystore/debug.keystore
  51. RELEASE_STORE_PASSWORD=123456
  52. RELEASE_KEY_ALIAS=debug_keystore
  53. RELEASE_KEY_PASSWORD=123456
  54. # atmob central app key
  55. atmob_central_app_key=aef9c479e4db48b990cd53537c2d57b1
  56. # gravity access token
  57. gravity_access_token=Mrwvguz0kJpQxcKNeXhn5jkimoSxiy1T