Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 1.15 KB

README.md

File metadata and controls

46 lines (43 loc) · 1.15 KB

ZXingLibrary

Download

dependencies:

implementation 'com.android.support:appcompat-v7:27.1.1'
api 'com.google.zxing:core:3.3.2'

Here is more about zxing.
Other resources about zxing library:

Maven:
<dependency>
  <groupId>jsc.kit.zxing</groupId>
  <artifactId>ZXingLibrary</artifactId>
  <version>_latestVersion</version>
  <type>pom</type>
</dependency>
Gradle:
compile 'jsc.kit.zxing:ZXingLibrary:_latestVersion'

optional:

You may need to add maven url in your app gradle file as below:

allprojects {
    repositories {
        ...
        maven { url "https://dl.bintray.com/justinquote/maven" }
    }
}

ProGuard:

#>>>zxing
-keep class com.google.zxing.** { *; }

Content:

Component list:

index Component Article