android-sql-logging icon indicating copy to clipboard operation
android-sql-logging copied to clipboard

Deploy as a library

Open explodes opened this issue 9 years ago • 2 comments

Deploy to library repositories for use with gradle.

explodes avatar Oct 06 '16 03:10 explodes

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' }

deano2390 avatar Dec 05 '18 17:12 deano2390

scratch that, build is failing jitpack

deano2390 avatar Dec 05 '18 17:12 deano2390