gradle.properties 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. More details, visit
  11. # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
  12. # org.gradle.parallel=true
  13. #Thu Sep 23 18:06:59 CST 2021
  14. LICENSE_URL=http\://www.apache.org/licenses/LICENSE-2.0.txt
  15. ANDROID_MIN_SDK_VERSION=21
  16. SAGA_SERVICE_VERSION=1.4.140
  17. MAVEN_REPO_RELEASE_URL=http\://dev.dp.sagacloud.cn\:8082/repository/maven-releases/
  18. EVENTBUS_VERSION=3.1.1
  19. EASYPERMISSIONS_VERSION=1.2.0
  20. SAGA_ANDROID_VERSION=0.2.2
  21. JUNIT_VERSION=5.3.1
  22. KOTLIN_VERSION=1.5.31
  23. SAGA_GROUP=cn.sagacloud
  24. SYBOTAN_KOTLIN_VERSION=1.2.42
  25. android.useAndroidX=true
  26. LICENSE_NAME=The Apache Software License, Version 2.0
  27. SAGA_CODE=11
  28. MAVEN_REPO_SNAPSHOT_URL=http\://dev.dp.sagacloud.cn\:8082/repository/maven-snapshots/
  29. NEXUS_USERNAME=saga
  30. DEVELOPER_ID=Andy.Sybotan
  31. JACKSON_VERSION=2.9.8
  32. ANDROID_SDK_VERSION=28
  33. GRADLE_VERSION=3.2.1
  34. SAGA_URL=http\://www.sagaloud.cn
  35. PICASSO_VERSION=2.5.2
  36. org.gradle.jvmargs=-Xmx1536m
  37. MAVEN_REPO_PUBLIC_URL=http\://dev.dp.sagacloud.cn\:8082/repository/maven-public/
  38. android.enableJetifier=true
  39. ANDROID_SUPPORT_VERSION=28.0.0
  40. FASTJSON_VERSION=1.1.70.android
  41. DEVELOPER_NAME=Andy
  42. JDK_VERSION=8
  43. ANDROID_BUILD_TOOLS_VERSION=30.0.2
  44. CONSTRAINT_VERSION=2.0.0-alpha2
  45. NEXUS_PASSWORD=saga
  46. ANKO_VERSION=0.10.8
  47. DOKKA_VERSION=0.9.16
  48. JVM_TARGET=1.8
  49. OKHTTP_VERSION=3.11.0
  50. ZXING_VERSION=3.3.0
  51. SAGA_KOTLIN_VERSION=1.4.105
  52. SYBOTAN_ANDROID_VERSION=1.2.52
  53. PERSISTENCE_VERSION=1.0.2