Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

Migrate to Androidx and Config upload to maven central

Open azhon opened this issue 6 months ago • 2 comments

Upload to maven central

  1. Change gradle.properties
signing.keyId=xxxxxx
signing.password=xxxxxx
signing.secretKeyRingFile=xxxxxx.gpg
  1. Add nameandpassword to local.properties
sonatype.name=xxxx
sonatype.password=xxxx
  1. run maven_publish.sh

azhon avatar Dec 13 '23 02:12 azhon