File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This library allows application to take the picture using the device camera with
77## Gradle Dependency:
88```
99dependencies {
10- compile 'com.kevalpatel2106:hiddencamera:1.3.2 '
10+ compile 'com.kevalpatel2106:hiddencamera:1.3.3 '
1111}
1212```
1313
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
6363if (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
You can’t perform that action at this time.
0 commit comments