Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyuanxixi committed Jan 4, 2018
2 parents 117dc10 + 79b8af3 commit 1298935
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[](https://jitpack.io/v/wangfeixixi/utilscan1.svg)](https://jitpack.io/#wangfeixixi/utilscan1)

利用libzbar.so和libiconv.so核心代码扫码,速度秒射

配置:
1.根build.gradle添加

allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' } //添加仓库依赖
}
}
2.module的build.gradle添加
1.根build.gradle添加

allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' } //添加仓库依赖
}
}
2.module的build.gradle添加

compile 'com.github.wangfeixixi:utilscan1:v1.4'
compile 'com.github.wangfeixixi:utilscan1:v1.5'

完工开始体验:
public class MainActivity extends CaptureActivity {
public class MainActivity extends CaptureActivity {

}
}

如果觉得好请给我点赞哈!

如果需要进一步交流,邮件哦:[email protected]

[](https://jitpack.io/v/wangfeixixi/utilscan1.svg)](https://jitpack.io/#wangfeixixi/utilscan1)

0 comments on commit 1298935

Please sign in to comment.