Closed berkedel closed 10 months 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
some-app.db
resValue "string", "DB_PASSWORD_SOME_APP", "somepassword"
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