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

Handle db password config which db name contains hyphen #202

Closed berkedel closed 8 months ago

berkedel commented 3 years ago

Currently, this library does not handle to set up a DB password in which the DB name contains the hyphen character.

Given a DB name some-app.db, to set up the DB password in gradle we can do a following step

resValue "string", "DB_PASSWORD_SOME_APP", "somepassword"