Skip to content

Commit

Permalink
update zxing dependence version
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcool committed Jan 28, 2016
1 parent 24e2ae4 commit 5603aa1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions qrmodule/build.gradle
Expand Up @@ -24,9 +24,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
// compile 'com.android.support:support-v4:23.1.1'
// compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.zxing:core:3.2.1'
compile 'com.google.zxing:core:latest.integration'
}

buildscript {
Expand All @@ -40,4 +38,4 @@ buildscript {
}

//apply from: 'bintray.gradle'
apply from:'https://raw.githubusercontent.com/Ydcool/EasingAndroid/master/lib/bintray.gradle'
apply from:'https://raw.githubusercontent.com/Ydcool/EasingAndroid/master/lib/bintray.gradle'

0 comments on commit 5603aa1

Please sign in to comment.