yuriy-budiyev / code-scanner

Code scanner library for Android, based on ZXing
MIT License
1.1k stars 267 forks source link

Migrate gradle dependency from jcenter to jitpack.io #140

Closed uriel-frankel closed 2 years ago

yuriy-budiyev commented 2 years ago

Thanks, i'll add javadoc and sources jar's later, or will migrate maven central. No time for now.

ykws commented 2 years ago

Thanks, however not yet reflected.

Failed to resolve: com.github.yuriy-budiyev:code-scanner:2.1.0

Success the following implementation yet.

    implementation 'com.budiyev.android:code-scanner:2.1.0'

Project build.gradle has changed.

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