Debug menu to enable leakcanary scalpel and others easy

debug-artist

Make developers life easier with some tools, you can add it to your debug builds and have some debug libraries like Leakcanary and others without extra work.

The Debug Drawer Menu: right menu with features for development.

Add to gradle project

repositories { jcenter() }
dependencies { compile("com.baristav.debugartist:debugartist:<library-version>@aar") { transitive = true } }

GitHub