You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes the life of users of this library easier, because their app won't crash when using proguard.
By embedding a ProGuard file in your library module, you ensure that app modules that depend on your library do not have to manually update their ProGuard files to use your library.
Sounds good to me. My experiences with proguard have always left me mystified as to what is actually going on, so I don't feel qualified to take it on.
This makes the life of users of this library easier, because their app won't crash when using proguard.
See https://developer.android.com/studio/projects/android-library#Considerations
The text was updated successfully, but these errors were encountered: