alexzhirkevich / custom-qr-generator

Android library for creating QR codes with logo, custom shapes, colors, background image. Powered by ZXing
MIT License
173 stars 18 forks source link

Ambiguous method call #9

Closed ruinalgo closed 1 year ago

ruinalgo commented 1 year ago

It is not possible to use QrVectorOptions.Builder from java side. Decompiler shows identical setters for all fields inside builder. qrcg_issue

version used: 1.5.3

alexzhirkevich commented 1 year ago

Will be fixed in next updates. For now you can use QrVectorOptions constructor directly instead of builder

alexzhirkevich commented 1 year ago

Fixed in 1.5.4