Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 594 Bytes

File metadata and controls

34 lines (23 loc) · 594 Bytes

Build Status

Install

Add jitpack repo:

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

Add dependency:

implementation 'com.github.NovaCrypto:QrScanner:2018-05-28'

For usage, see the demo app.

Contributing

If using IntelliJ or AndroidStudio please run:

./gradlew setup

This task will install the copyright profiles, you will need to then go to preferences and select the GNU GPLv3 profile.