Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  [*] downgrading to mobile vision dependency v8.4.0 , bumping up the version, fixes issue #12
  • Loading branch information
nisrulz committed May 29, 2016
2 parents b1188ab + e0a39ff commit 5cf7f04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Android library using google's mobile vision api to read QR Code
#Integration
- QREader is available in the MavenCentral, so getting it as simple as adding it as a dependency
```gradle
compile 'com.github.nisrulz:qreader:1.0.5'
compile 'com.github.nisrulz:qreader:1.0.6'
```

#Usage
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 6
versionName "1.0.5"
versionCode 7
versionName "1.0.6"
consumerProguardFiles 'consumer-proguard-rules.pro'
}
buildTypes {
Expand All @@ -40,7 +40,7 @@ android {
dependencies {
testCompile 'junit:junit:4.12'
// Add Vision API
compile "com.google.android.gms:play-services-vision:9.0.0"
compile "com.google.android.gms:play-services-vision:8.4.0"
}

// Place this in the 'build.gradle' of the library module
Expand Down

0 comments on commit 5cf7f04

Please sign in to comment.