amitshekhariitbhu / Android-Debug-Database

A library for debugging android databases and shared preferences - Make Debugging Great Again
https://outcomeschool.com
Apache License 2.0
8.39k stars 872 forks source link

Migrate to Androidx and Config upload to maven central #229

Closed azhon closed 3 weeks ago

azhon commented 9 months ago

Upload to maven central

  1. Change gradle.properties
    signing.keyId=xxxxxx
    signing.password=xxxxxx
    signing.secretKeyRingFile=xxxxxx.gpg
  2. Add nameandpassword to local.properties
sonatype.name=xxxx
sonatype.password=xxxx
  1. run maven_publish.sh
amitshekhariitbhu commented 9 months ago

Hi @azhon

Great work. Thanks for doing it. I will review it and collaborate with you to release it.

azhon commented 9 months ago

@amitshekhariitbhu Thank you very much, looking forward to your good news!👍

julienherrero commented 3 months ago

Hi @amitshekhariitbhu , any chance to see this PR merged & released ? This is a small quick win for this very useful lib 👀