Skip to content

Commit

Permalink
Releasing version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keval committed Jan 19, 2017
1 parent 487984e commit 5943d4d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
Binary file modified apk/sample.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion hiddencamera/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5943d4d

Please sign in to comment.