Installation
Requirements
Installation
Add WepinLoginLibrary to .gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io") // <= Add JitPack Repository
}
}Add WepinLoginLibrary to dependencies
Add Permission
Setting up Deep Link
Deep Link scheme format : wepin. + Your Wepin App ID
wepin. + Your Wepin App IDRelease
Last updated
Was this helpful?