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.41k stars 871 forks source link

Implementation in release apk #206

Closed laatahzan closed 3 years ago

laatahzan commented 3 years ago

Is possible use Android Debug Database in release apk? Thanks

amitshekhariitbhu commented 3 years ago

Instead of debugImplementation, you can use implementation. But it is NOT recommended in Production.