Skip to content

Commit

Permalink
更新sample
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhiqiang1993 committed Feb 10, 2018
1 parent 4bfcbe6 commit 5f1fb8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies {
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support:support-vector-drawable:26.1.0'
implementation 'com.yanzhenjie:permission:1.1.0'
implementation project(':zxinglibrary')
implementation 'com.github.yuzhiqiang1993:zxing:2.1.0'
// implementation project(':zxinglibrary')


}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit 5f1fb8b

Please sign in to comment.