niceqr icon indicating copy to clipboard operation
niceqr copied to clipboard

JCenter EOL - Moving to another repo?

Open MASTER-NA9 opened this issue 1 year ago • 2 comments

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?

MASTER-NA9 avatar May 02 '23 14:05 MASTER-NA9

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

RafiAhsanal avatar Sep 19 '23 14:09 RafiAhsanal

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.

SimonScholz avatar Oct 23 '23 21:10 SimonScholz