diff --git a/.idea/misc.xml b/.idea/misc.xml index 2946fd4..0a0adf1 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/README.md b/README.md index 878f523..bfc754a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This library allows application to take the picture using the device camera with ##Gradle Dependency: ``` dependencies { - compile 'com.kevalpatel2106:hiddencamera:1.2' + compile 'com.kevalpatel2106:hiddencamera:1.2.1' } ``` diff --git a/apk/sample.apk b/apk/sample.apk index 2d5b470..10c7bc5 100644 Binary files a/apk/sample.apk and b/apk/sample.apk differ diff --git a/hiddencamera/build.gradle b/hiddencamera/build.gradle index d0742b6..9c90fea 100644 --- a/hiddencamera/build.gradle +++ b/hiddencamera/build.gradle @@ -72,7 +72,7 @@ dependencies { if (project.rootProject.file('local.properties').exists()) { apply plugin: 'com.jfrog.bintray' - version = "1.2" // This is the library version used when deploying the artifact + version = "1.2.1" // This is the library version used when deploying the artifact def siteUrl = 'https://github.com/kevalpatel2106/android-hidden-camera' // Homepage URL of the library def gitUrl = 'https://github.com/kevalpatel2106/android-hidden-camera.git' // Git repository URL