diff --git a/README.md b/README.md index f9e9155..f650d54 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/library/build.gradle b/library/build.gradle index b1202ad..5762ba8 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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 { @@ -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