gradle.properties 814 B

123456789101112131415161718192021
  1. VERSION_NAME=1.3.1
  2. VERSION_CODE=131
  3. GROUP=com.jaredrummler
  4. POM_NAME=Material Spinner
  5. POM_ARTIFACT_ID=material-spinner
  6. POM_PACKAGING=aar
  7. POM_DESCRIPTION=A spinner view for Android
  8. POM_URL=https://github.com/jaredrummler/Material-Spinner
  9. POM_SCM_URL=https://github.com/jaredrummler/MaterialSpinner
  10. POM_SCM_CONNECTION=scm:git@github.com:jaredrummler/MaterialSpinner.git
  11. POM_SCM_DEV_CONNECTION=scm:git@github.com:jaredrummler/MaterialSpinner.git
  12. POM_LICENCE_NAME=The Apache Software License, Version 2.0
  13. POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
  14. POM_LICENCE_DIST=repo
  15. POM_DEVELOPER_ID=jaredrummler
  16. POM_DEVELOPER_NAME=Jared Rummler
  17. SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
  18. RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2