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:
<dependency>
<groupId>jsc.kit.zxing</groupId>
<artifactId>ZXingLibrary</artifactId>
<version>_latestVersion</version>
<type>pom</type>
</dependency>
compile 'jsc.kit.zxing:ZXingLibrary:_latestVersion'
You may need to add maven url in your app gradle file as below:
allprojects {
repositories {
...
maven { url "https://dl.bintray.com/justinquote/maven" }
}
}
#>>>zxing
-keep class com.google.zxing.** { *; }
index | Component | Article |
---|