forked from aabhasr1/OtpView
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
build/ | ||
.gradle | ||
target | ||
out | ||
gen-external-apklibs | ||
*.iml | ||
.idea | ||
!.idea/codeStyleSettings.xml | ||
META-INF | ||
local.properties | ||
.DS_Store | ||
*.apk | ||
*.alloc | ||
*.hprof |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
language: android | ||
|
||
android: | ||
components: | ||
# Uncomment the lines below if you want to | ||
# use the latest revision of Android SDK Tools | ||
# - tools | ||
# - platform-tools | ||
|
||
# The BuildTools version used by your project | ||
- build-tools-28.0.3 | ||
|
||
# The SDK version used to compile your project | ||
- android-28 | ||
|
||
gradle :otptextview:build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[![Build Status](https://travis-ci.org/aabhasr1/OtpView.png?branch=master)](https://travis-ci.org/aabhasr1/OtpView) [![](https://jitpack.io/v/aabhasr1/OtpView.svg)](https://jitpack.io/#aabhasr1/OtpView) | ||
# OtpView | ||
This is a OTP Box implementation for case when a sinlee digit should be shown in a seperate box. | ||
|
||
## Installation | ||
Add it in your root build.gradle at the end of repositories: | ||
``` | ||
allprojects { | ||
repositories { | ||
... | ||
maven { url 'https://jitpack.io' } | ||
} | ||
} | ||
``` | ||
Step 2. Add the dependency | ||
``` | ||
dependencies { | ||
implementation 'com.github.aabhasr1:OtpView:<latest version>' | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters