QRCodeReaderView icon indicating copy to clipboard operation
QRCodeReaderView copied to clipboard

Migrate to Kotlin, Android X and use latest library versions

Open michael-winkler opened this issue 6 years ago • 1 comments

This PR migrates the existing project to Kotlin and Android X. It uses also the latest library updates from other depencies.

Implementation:

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

build.gradle:

  • implementation 'com.github.Mika-89:QRCodeReaderView:master-SNAPSHOT'

This project should not be dead since there are still devices without google play services support.

michael-winkler avatar Feb 27 '20 08:02 michael-winkler

@dlazaro66 Please review this PR and feel free to merge it. Thanks.

michael-winkler avatar Feb 27 '20 08:02 michael-winkler