niceqr
niceqr copied to clipboard
JCenter EOL - Moving to another repo?
Since JCenter has been discontinued and will continue as a read-only repository indefinitely, wouldn't it make sense to migrate to another repository like Maven Central?
allprojects { repositories { maven { url "https://jitpack.io" } maven { url 'https://jcenter.bintray.com'} mavenCentral() google() } }
build.gradle(app) dependencies { implementation 'org.lome:niceqr:0.1.0' }
*the problem is //import java.awt beacuse this java version not function to mobile just desktop
Hi, I've come up with a similar library, which is now available on Maven Central: You can check it out here:
https://github.com/SimonScholz/qr-code-with-logo
Thanks at @lome for the inspiration.