android-sql-logging
android-sql-logging copied to clipboard
Deploy as a library
Deploy to library repositories for use with gradle.
You can use jitpack, although would be better if you create a release on github so that we don't have to reference a specific commit.
see: https://jitpack.io/#explodes/android-sql-logging/f598315104
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
dependencies { implementation 'com.github.explodes:android-sql-logging:f598315104' }
scratch that, build is failing jitpack