c306.net
TIL: How to publish an Android library with github+jitpack
Key steps I was missing: Ensure that the repository root has a settings.gradle file with a line referring to the library: include ‘:customcomponents’ Add apply plugin: ‘com.androi…