Installation
Requirements
Installation
Add Wepin Widget Library to .gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io") // <= Add JitPack Repository
}
}Add Wepin Widget Library to dependencies
Release
Last updated
Was this helpful?