gradle.properties 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. org.gradle.jvmargs = -Xmx1536m
  2. #org.gradle.configureondemand=false
  3. SAGA_URL = http://www.sagaloud.cn
  4. SYBOTAN_URL = http://www.sybotan.com
  5. SAGA_KOTLIN_VERSION = 1.4.105
  6. SYBOTAN_KOTLIN_VERSION = 1.2.42
  7. SYBOTAN_ANDROID_VERSION = 1.2.45
  8. SAGACLOUD_VERSION = 1.0.0
  9. SYBOTAN_CODE = 5
  10. SAGA_CODE = 5
  11. SAGA_ANDROID_VERSION = 1.2.45
  12. MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
  13. MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
  14. MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
  15. NEXUS_USERNAME = saga
  16. NEXUS_PASSWORD = saga
  17. #MAVEN_REPO_PUBLIC_URL = http://maven.sybotan.com/repository/sybotan-public/
  18. #MAVEN_REPO_RELEASE_URL = http://maven.sybotan.com/repository/sybotan-releases/
  19. #MAVEN_REPO_SNAPSHOT_URL = http://maven.sybotan.com/repository/sybotan-snapshots/
  20. #NEXUS_USERNAME = andy
  21. #NEXUS_PASSWORD = 123456
  22. LICENSE_NAME = The Apache Software License, Version 2.0
  23. LICENSE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
  24. DEVELOPER_ID = Andy.Sybotan
  25. DEVELOPER_NAME = Andy
  26. JVM_TARGET = 1.8
  27. JDK_VERSION = 8
  28. ANDROID_SDK_VERSION = 28
  29. ANDROID_MIN_SDK_VERSION = 21
  30. ANDROID_BUILD_TOOLS_VERSION = 28.0.3
  31. # https://mvnrepository.com/artifact/com.android.support/appcompat-v7
  32. ANDROID_SUPPORT_VERSION = 28.0.0
  33. #27.1.1
  34. # https://mvnrepository.com/artifact/org.jetbrains.anko/anko-common
  35. ANKO_VERSION = 0.10.8
  36. # https://mvnrepository.com/artifact/com.android.support.constraint/constraint-layout
  37. CONSTRAINT_VERSION = 2.0.0-alpha2
  38. # https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin
  39. DOKKA_VERSION = 0.9.16
  40. # https://mvnrepository.com/artifact/pub.devrel/easypermissions
  41. EASYPERMISSIONS_VERSION = 1.2.0
  42. # https://mvnrepository.com/artifact/org.greenrobot/eventbus
  43. EVENTBUS_VERSION = 3.1.1
  44. # https://mvnrepository.com/artifact/com.alibaba/fastjson
  45. FASTJSON_VERSION = 1.1.70.android
  46. # https://mvnrepository.com/artifact/com.android.tools.build/gradle
  47. GRADLE_VERSION = 3.5.3
  48. ## https://mvnrepository.com/artifact/com.google.code.gson/gson
  49. #GSON_VERSION = 2.8.5
  50. # https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
  51. JACKSON_VERSION = 2.9.8
  52. # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
  53. JUNIT_VERSION = 5.3.1
  54. # https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-jdk8
  55. KOTLIN_VERSION = 1.3.20
  56. # https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
  57. OKHTTP_VERSION = 3.11.0
  58. # https://mvnrepository.com/artifact/javax.persistence/persistence-api
  59. PERSISTENCE_VERSION = 1.0.2
  60. # https://mvnrepository.com/artifact/com.squareup.picasso/picasso
  61. PICASSO_VERSION = 2.5.2
  62. # https://mvnrepository.com/artifact/com.google.zxing/core
  63. ZXING_VERSION = 3.3.0