AppUtils '''' allprojects { repositories { ... maven { url 'https://jitpack.io' } } } '''' '''' dependencies { implementation 'com.github.rohit19img:AppUtils:1.0.0' } ''''