Skip to content

Commit cc150b6

Browse files
Releasing 1.3.3
1 parent 72ffa41 commit cc150b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This library allows application to take the picture using the device camera with
77
## Gradle Dependency:
88
```
99
dependencies {
10-
compile 'com.kevalpatel2106:hiddencamera:1.3.2'
10+
compile 'com.kevalpatel2106:hiddencamera:1.3.3'
1111
}
1212
```
1313

hiddencamera/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
if (project.rootProject.file('local.properties').exists()) {
6464
apply plugin: 'com.jfrog.bintray'
6565

66-
version = "1.3.2" // This is the library version used when deploying the artifact
66+
version = "1.3.3" // This is the library version used when deploying the artifact
6767

6868
def siteUrl = 'https://github.com/kevalpatel2106/android-hidden-camera' // Homepage URL of the library
6969
def gitUrl = 'https://github.com/kevalpatel2106/android-hidden-camera.git' // Git repository URL

0 commit comments

Comments
 (0)