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

Route is not drawn #14

Closed
lUjek-Sh opened this issue Apr 27, 2021 · 7 comments
Closed

Route is not drawn #14

lUjek-Sh opened this issue Apr 27, 2021 · 7 comments

Comments

@lUjek-Sh
Copy link

Screenshots
https://drive.google.com/file/d/1X6tSj6KZSgPH2bPijRY8wKbZG_7iza5I/view?usp=sharing - Video Here

Smartphone (please complete the following information):

  • Device: New Samsung: Galaxy S20, Galaxy A50 and more
  • OS: Android 11

Additional context
Route is not drawn only New Samsung. Emulator wor good.

@tintinscorpion
Copy link
Owner

@lUjek-Sh Please update the build and check. Provide feedback so that I can close.

@lUjek-Sh
Copy link
Author

lUjek-Sh commented May 20, 2021

Since the error was only when
minifyEnabled true
shrinkResources true,
I will explain how I solved this problem.
I added the library to the exception in the proguard-rules.pro file

@lUjek-Sh
Copy link
Author

but if you need to check version 1.1. Then I will check and give feedback.

@lUjek-Sh
Copy link
Author

lUjek-Sh commented May 20, 2021

Please update the build and check. Provide feedback so that I can close.

@tintinscorpion
Updated version to 1.1. And the route is not drawn until I added
-keep class com.logicbeanzs. ** {*; }
in proguard-rules.pro file

@tintinscorpion
Copy link
Owner

@lUjek-Sh So you mean when you are using R8 or proguard at that time the class gets obfuscated?

@lUjek-Sh
Copy link
Author

@ lUjek-Sh Так вы имеете в виду, когда вы используете R8 или proguard в это время, класс запутывается?

Right. When not using R8 it works fine.

@tintinscorpion
Copy link
Owner

@lUjek-Sh Thanks for testing it and I have updated the Readme accordingly and hence closing the issue.

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

No branches or pull requests

2 participants