File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This library allows application to take the picture using the device camera with
99##Gradle Dependency:
1010```
1111dependencies {
12- compile 'com.kevalpatel2106:hiddencamera:1.2.1 '
12+ compile 'com.kevalpatel2106:hiddencamera:1.3 '
1313}
1414```
1515
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
6565if (project. rootProject. file(' local.properties' ). exists()) {
6666 apply plugin : ' com.jfrog.bintray'
6767
68- version = " 1.2.1 " // This is the library version used when deploying the artifact
68+ version = " 1.3 " // This is the library version used when deploying the artifact
6969
7070 def siteUrl = ' https://github.com/kevalpatel2106/android-hidden-camera' // Homepage URL of the library
7171 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