gradle.properties 2.6 KB

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