webex / webex-android-sdk-example

A developer friendly sample implementation of Webex client SDK and showcases all SDK features.
MIT License
12 stars 23 forks source link

Proguard #36

Open francescogatto opened 3 years ago

francescogatto commented 3 years ago

Here the proguard rules

-keep class com.webex. { *; } -keep class com.ciscowebex.androidsdk.* { ; } -keep class com.cisco. { *; }

jbenyovs commented 3 years ago

@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?

francescogatto commented 3 years ago

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 https://github.com/webex/webex-android-sdk-example/issues/36#issuecomment-957317363, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAGC7FCSN5RCJL7YXL2LHDUJ65PFANCNFSM5HF7EZFA .

jbenyovs commented 3 years ago

@francescogatto please note, that a wiki is already present for proguard settings: https://github.com/webex/webex-android-sdk/wiki/ProGuard-settings-for-Android-SDK-v2

francescogatto commented 3 years ago

Oh ok. Thanks