gradle.properties 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. #
  2. # *********************************************************************************************************************
  3. #
  4. # iFHS7.
  5. # ;BBMBMBMc rZMBMBR BMB
  6. # MBEr:;PBM, 7MBMMEOBB: BBB RBW
  7. # XK: BO SB. :SZ MBM. c;; ir BBM :FFr :SSF: ;xBMB:r iuGXv. i:. iF2;
  8. # DBBM0r. :D S7 ;XMBMB GMBMu. MBM: BMB MBMBBBMBMS WMBMBMBBK MBMBMBM BMBRBMBW .MBMBMBMBB
  9. # :JMRMMD .. , 1MMRM1; ;MBMBBR: MBM ;MB: BMB: MBM. RMBr sBMH BM0 UMB, BMB. KMBv
  10. # ;. XOW B1; :uM: 1RE, i .2BMBs rMB. MBO MBO JMB; MBB MBM BBS 7MBMBOBM: MBW :BMc
  11. # OBRJ.SEE MRDOWOR, 3DE:7OBM . ;BMB RMR7BM BMB MBB. BMB ,BMR .BBZ MMB rMB, BMM rMB7
  12. # :FBRO0D0 RKXSXPR. JOKOOMPi BMBSSWBMB; BMBB: MBMB0ZMBMS .BMBOXRBMB MBMDE RBM2;SMBM; MBB xBM2
  13. # iZGE O0SHSPO. uGZ7. sBMBMBDL :BMO OZu:BMBK, rRBMB0; ,EBMB xBMBr:ER. RDU :OO;
  14. # ,BZ, 1D0 RPSFHXR. xWZ .SMr . .BBB
  15. # :0BMRDG RESSSKR. 2WOMBW; BMBMR
  16. # i0BM: SWKHKGO MBDv
  17. # .UB OOGDM. MK, Copyright (c) 2015-2019. \u65AF\u4F2F\u5766\u673A\u5668\u4EBA
  18. # , XMW ..
  19. # r All rights reserved.
  20. #
  21. # *********************************************************************************************************************
  22. #
  23. org.gradle.jvmargs = -Xmx1536m
  24. #org.gradle.configureondemand=false
  25. SAGA_URL = http://www.sagaloud.cn
  26. SAGA_KOTLIN_VERSION = 1.4.105
  27. SYBOTAN_KOTLIN_VERSION = 1.2.42
  28. SYBOTAN_ANDROID_VERSION = 1.2.52
  29. SAGA_SERVICE_VERSION = 1.4.140
  30. SAGA_ANDROID_VERSION = 1.2.49
  31. SAGA_CODE = 5
  32. SAGA_GROUP = cn.sagacloud
  33. #SYBOTAN_URL = http://www.sybotan.com
  34. #SYBOTAN_KOTLIN_VERSION = 1.4.64
  35. #SYBOTAN_ANDROID_VERSION = 1.2.36
  36. #SYBOTAN_CODE = 5
  37. #SYBOTAN_GROUP = com.sybotan
  38. MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
  39. MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
  40. MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
  41. NEXUS_USERNAME = saga
  42. NEXUS_PASSWORD = saga
  43. #MAVEN_REPO_PUBLIC_URL = http://maven.sybotan.com/repository/sybotan-public/
  44. #MAVEN_REPO_RELEASE_URL = http://maven.sybotan.com/repository/sybotan-releases/
  45. #MAVEN_REPO_SNAPSHOT_URL = http://maven.sybotan.com/repository/sybotan-snapshots/
  46. #NEXUS_USERNAME = andy
  47. #NEXUS_PASSWORD = 123456
  48. LICENSE_NAME = The Apache Software License, Version 2.0
  49. LICENSE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
  50. DEVELOPER_ID = Andy.Sybotan
  51. DEVELOPER_NAME = Andy
  52. JVM_TARGET = 1.8
  53. JDK_VERSION = 8
  54. ANDROID_SDK_VERSION = 28
  55. ANDROID_MIN_SDK_VERSION = 21
  56. ANDROID_BUILD_TOOLS_VERSION = 28.0.3
  57. # https://mvnrepository.com/artifact/com.android.support/appcompat-v7
  58. ANDROID_SUPPORT_VERSION = 28.0.0
  59. #27.1.1
  60. # https://mvnrepository.com/artifact/org.jetbrains.anko/anko-common
  61. ANKO_VERSION = 0.10.8
  62. # https://mvnrepository.com/artifact/com.android.support.constraint/constraint-layout
  63. CONSTRAINT_VERSION = 2.0.0-alpha2
  64. # https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin
  65. DOKKA_VERSION = 0.9.16
  66. # https://mvnrepository.com/artifact/pub.devrel/easypermissions
  67. EASYPERMISSIONS_VERSION = 1.2.0
  68. # https://mvnrepository.com/artifact/org.greenrobot/eventbus
  69. EVENTBUS_VERSION = 3.1.1
  70. # https://mvnrepository.com/artifact/com.alibaba/fastjson
  71. FASTJSON_VERSION = 1.1.70.android
  72. # https://mvnrepository.com/artifact/com.android.tools.build/gradle
  73. GRADLE_VERSION = 3.2.1
  74. ## https://mvnrepository.com/artifact/com.google.code.gson/gson
  75. #GSON_VERSION = 2.8.5
  76. # https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
  77. JACKSON_VERSION = 2.9.8
  78. # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
  79. JUNIT_VERSION = 5.3.1
  80. # https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-jdk8
  81. KOTLIN_VERSION = 1.3.72
  82. # https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
  83. OKHTTP_VERSION = 3.11.0
  84. # https://mvnrepository.com/artifact/javax.persistence/persistence-api
  85. PERSISTENCE_VERSION = 1.0.2
  86. # https://mvnrepository.com/artifact/com.squareup.picasso/picasso
  87. PICASSO_VERSION = 2.5.2
  88. # https://mvnrepository.com/artifact/com.google.zxing/core
  89. ZXING_VERSION = 3.3.0