Skip to content

Commit 7be2076

Browse files
Release v1.2.1
1 parent 090391d commit 7be2076

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This library provides easy and secure PIN authentication view, which
5555
* Add below lines to `app/build.gradle` file of your project.
5656
```
5757
dependencies {
58-
compile 'com.kevalpatel2106:passcodeview:1.2'
58+
compile 'com.kevalpatel2106:passcodeview:1.2.1'
5959
}
6060
```
6161
* To integrate using maven visit this [page](https://github.com/kevalpatel2106/PasscodeView/wiki/Dependencies).

bintray.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if (project.rootProject.file('local.properties').exists()) {
1919
apply plugin: 'com.jfrog.bintray'
2020

21-
version = "1.2" // This is the library version used when deploying the artifact
21+
version = "1.2.1" // This is the library version used when deploying the artifact
2222

2323
def siteUrl = 'https://github.com/kevalpatel2106/PasscodeView'
2424
// Homepage URL of the library
@@ -110,4 +110,4 @@ if (project.rootProject.file('local.properties').exists()) {
110110
}
111111
}
112112
}
113-
}
113+
}

resource/sample.apk

-85.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)