Skip to content

Android SDK for working with RingCaptcha API and RingCaptcha user interface components.

License

Notifications You must be signed in to change notification settings

yc507/ringcaptcha-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android SDK

Overview

ringcaptcha/ringcaptcha-android is an Android SDK for working with RingCaptcha API and RingCaptcha user interface components, which streamline and simplify the Onboarding and Verification of Users

Getting Started

Import the Ringcaptcha sdk into your Android project, adding gradle dependencies in build.gradle inside your app module

repositories {
// ...
 maven { url 'http://ringcaptcha.github.io/ringcaptcha-android'}
// ...
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:21.0.3'
    // ...
    compile 'com.thrivecom:ringcaptcha:1.0.8@aar'
}

Learn More

About

Android SDK for working with RingCaptcha API and RingCaptcha user interface components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%