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
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
It was in there by default and now the style for our LoginActivity relies on it. It'd be great to not force the implementing application to have more methods than they really need.
At the very least, we should make the version required more lenient so the application won't have to download two versions of the support library.
With this change, we may also need to drop the use of our support library annotations.
The text was updated successfully, but these errors were encountered:
FYI: the support libraries make the biggest impact on our method count at 19898 methods (compared to 1681 methods in the org.mozilla code). See the dexcount output.
It was in there by default and now the style for our
LoginActivity
relies on it. It'd be great to not force the implementing application to have more methods than they really need.At the very least, we should make the version required more lenient so the application won't have to download two versions of the support library.
With this change, we may also need to drop the use of our support library annotations.
The text was updated successfully, but these errors were encountered: