설치
요구사항
저장소 마이그레이션 안내 (v1.0.0 기준)
WepinLogin과의 호환성
설치하기
Wepin PIN Pad Library를 dependencies에 추가하기
릴리즈
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io") // <= Add JitPack Repository
}
}dependencies {
// ...
implementation("com.github.WepinWallet:wepin-android-sdk-pin-v1:vX.X.X")
}