Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 441 Bytes

JitPack

扫描二维码DEMO--使用JitPack发布的开源库

使用方式

第1步:添加JitPack库来构建文件

在你的根的build.gradle添加在库的结尾:

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}

第2步:添加的依赖

dependencies {
        compile 'com.github.zhao-mingjian:zxing:v1.0.1'
}

库地址

https://github.com/zhao-mingjian/zxing