Skip to content

bailang1208/BQRCodeReader

Repository files navigation

Bar & QR code reader

Introduction

Android library projects that can scan easy to use Barcode and QRcode based on ZXing.

Screenshots

Installation

Add it in your root build.gradle at the end of repositories:

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

dependencies {
  implementation 'com.github.bailang1208:BQRCodeReader:0.0.1'
}