Skip to content

Commit 8148d28

Browse files
Releasing version 1.3
1 parent 73ce010 commit 8148d28

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This library allows application to take the picture using the device camera with
99
##Gradle Dependency:
1010
```
1111
dependencies {
12-
compile 'com.kevalpatel2106:hiddencamera:1.2.1'
12+
compile 'com.kevalpatel2106:hiddencamera:1.3'
1313
}
1414
```
1515

apk/sample.apk

73.2 KB
Binary file not shown.

hiddencamera/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
if (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

0 commit comments

Comments
 (0)