How to configure proguard file? #586
Closed
konradjurkowski
started this conversation in
General
Replies: 1 comment
-
Solved by adding it to proguard file -keep class com.google.android.gms.location.** { ; } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have applications everything works in debug mode, however when I build release then scene view does not work? Does anyone know what should I add to the proguard file?
Beta Was this translation helpful? Give feedback.
All reactions