gradle.properties 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. #Fri May 20 10:40:31 CST 2022
  14. android.nonTransitiveRClass=true
  15. org.gradle.jvmargs=-Xmx2048m -Dfile.encoding\=UTF-8
  16. android.useAndroidX=true
  17. android.enableJetifier=true
  18. kotlin.code.style=official
  19. ###############################################################
  20. GROUP=io.livekit
  21. VERSION_NAME=1.1.1-SNAPSHOT
  22. POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
  23. POM_URL=https://github.com/livekit/client-sdk-android
  24. POM_SCM_URL=https://github.com/livekit/client-sdk-android
  25. POM_SCM_CONNECTION=scm:git:git://github.com/livekit/client-sdk-android.git
  26. POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/livekit/client-sdk-android.git
  27. POM_LICENCE_NAME=The Apache Software License, Version 2.0
  28. POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
  29. POM_LICENCE_DIST=repo
  30. POM_DEVELOPER_ID=livekit
  31. POM_DEVELOPER_NAME=LiveKit
  32. RELEASE_REPOSITORY_URL=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
  33. SNAPSHOT_REPOSITORY_URL=https://s01.oss.sonatype.org/content/repositories/snapshots/
  34. # Variables required to allow build.gradle to parse for publishing.
  35. # WARNING: Do not edit this and potentially commit to repo.
  36. # Instead, override in ~/.gradle/gradle.properties
  37. nexusUsername=
  38. nexusPassword=
  39. signing.keyId=
  40. signing.password=
  41. signing.secretKeyRingFile=
  42. # For instrumented tests.
  43. # WARNING: Do not edit this and potentially commit to repo.
  44. # Instead, override in ~/.gradle/gradle.properties
  45. livekitUrl=
  46. livekitApiKey=
  47. livekitApiSecret=
  48. protoc_platform=osx-x86_64
  49. android.enableDexingArtifactTransform.desugaring=false
  50. android.injected.testOnly=false