-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |