Skip to content

ringcaptcha/ringcaptcha-android

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
res
 
 
 
 
 
 
 
 
 
 
 
 

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.11@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