KeepLiveDemo Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } } Add the dependency dependencies { implementation 'com.github.leigong2:KeepLiveDemo:v0.8.8' }