Skip to content

lixun4/KeepLiveDemo

 
 

Repository files navigation

KeepLiveDemo

  1. Add it in your root build.gradle at the end of repositories: allprojects {

     repositories {
    
     	...
    
     	maven { url 'https://www.jitpack.io' }
    
     }
    

}

  1. Add the dependency

    dependencies {

         implementation 'com.github.leigong2:KeepLiveDemo:v0.8.8'
    

    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 96.6%
  • Java 3.4%