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
feat: reduce aar size by removing R.class and BuildConfig.class (#5644)
see https://www.mobileit.cz/Blog/Pages/r-class.aspx
In case a plugin needs these, they can still be enabled with `generateBuildConfig` and `generateR` properties.
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
0 commit comments