Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4th ball visibility #19

Closed
Aijaz-Ali-Shah opened this issue Mar 7, 2023 · 6 comments
Closed

4th ball visibility #19

Aijaz-Ali-Shah opened this issue Mar 7, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@Aijaz-Ali-Shah
Copy link

How to visible 4th ball like other three balls
e.g: color, design etc

@alexzhirkevich
Copy link
Owner

It is not available at the moment, but it is quite interesting enhancement . I'll probably add such ability in a future version

@alexzhirkevich alexzhirkevich added the enhancement New feature or request label Mar 7, 2023
alexzhirkevich added a commit that referenced this issue Mar 7, 2023
@alexzhirkevich
Copy link
Owner

Added in 1.5.8

val options = createQrVectorOptions {
    fourthEyeEnabled = true
}

Or

val options = QrVectorOptions.Builder()
    .setFourthEyeEnabled(true)
    .build()

@hardikbhalodi
Copy link

hardikbhalodi commented Mar 10, 2023

@alexzhirkevich seems 1.5.8 repository not working, could not fetch the latest changes.

@alexzhirkevich
Copy link
Owner

@alexzhirkevich seems 1.5.8 repository not working, could not fetch the latest changes.

fixed

@Aijaz-Ali-Shah
Copy link
Author

Awesome, appreciate your quick response, although I did not upgrade your library right now because it's given me conflict with my Kotlin version,
"Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0."
and if I updated Kotlin version then I must be needed to update hilt version too, so currently I did not have such time to check impact above changes but defiantly I will be try in future.

@alexzhirkevich
Copy link
Owner

@Aijaz-Ali-Shah Check out new version 1.6.0. It was build with previous Kotlin version. 1.5.8 was bad overall...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants