-
Notifications
You must be signed in to change notification settings - Fork 23
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
Proguard #36
Comments
@francescogatto can you please specify the issue that you are experiencing? What is the actual problem and how can we reproduce it? Which SDK version are you talking about? |
It's not a issue.. but the solution.. can you add it to your repo?
Il Mar 2 Nov 2021, 11:37 jbenyovs ***@***.***> ha scritto:
… @francescogatto <https://github.com/francescogatto> can you please
specify the issue that you are experiencing? What is the actual problem and
how can we reproduce it? Which SDK version are you talking about?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAGC7FCSN5RCJL7YXL2LHDUJ65PFANCNFSM5HF7EZFA>
.
|
@francescogatto please note, that a wiki is already present for proguard settings: |
Oh ok. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here the proguard rules
-keep class com.webex.** { ; }
-keep class com.ciscowebex.androidsdk.* { ; }
-keep class com.cisco.* { *; }
The text was updated successfully, but these errors were encountered: