Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 485 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 485 Bytes

QrCodeScanner

What's new?

1.2.7 - Added method pushBitmap().

How to import?

  1. Root level
allprojects {
    repositories {
    ...
    maven {
        url "https://jitpack.io"
    }
    ...
  1. App level
dependencies {
    ...
    // Scanner (view)
    implementation 'com.github.NikitaGordia.QrCodeScanner:qrscanner:1.2.7'
    
    // Bitmap generator
    implementation 'com.github.NikitaGordia.QrCodeScanner:qrgenerator:1.2.7'
    ...
}