How to save and not warn all external libraries for configuring Proguard?

I would like to keep all external libraries in my project, and also not warn about them at all.

But it seems to me that the only way to do this is for each library, add options -keep

and -dontwarn

.

Is there a way to do this? I am hoping to do something like this:

-keep class externallibraries. ** {*; } -dontwarn externallibraries. **

Any advice or comments are appreciated.

+3
android android-studio proguard


source to share


No one has answered this question yet

Check out similar questions:

1111
Is abandoning the application incredulous?
1002
Grid motion detection
784
How do I add a library project to Android Studio?
768
All com.android.support libraries must use the same version specification
740
Dilemma: when to use Fragments vs Activities:
690
"cannot resolve R character" in Android Studio
559
Android Network Libraries Comparison: OkHTTP, Retrofit and Volleyball
2
Proguard: How to save everything except a certain state?
0
How to exclude an Android library project in ProGuard?
0
Proguard's ActionBarSherlock warning



All Articles
Loading...
X
Show
Funny
Dev
Pics