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
Now we depend on com.google.android.gms:play-services-oss-licenses to generate the license page, which is not configuration cache compatible and relies on AppCompat themes. We can migrate to Licensee instead, which will eliminate AppCompat libs and significantly decrease the app size.
We can migrate to Licensee instead, which will eliminate AppCompat libs and significantly decrease the app size.
I can't find much difference in the app size after removing the OSS license plugin.
Before: 8597201 bytes.
After: 8283953 bytes.
It reduced the size of the installation package by 4%.
Is there an existing issue for this?
Describe the problem
Now we depend on
com.google.android.gms:play-services-oss-licenses
to generate the license page, which is not configuration cache compatible and relies onAppCompat
themes. We can migrate to Licensee instead, which will eliminateAppCompat
libs and significantly decrease the app size.blocker/feature/settings/src/main/AndroidManifest.xml
Lines 21 to 27 in 86677b5
Describe the solution
Refs
Additional context
No response
The text was updated successfully, but these errors were encountered: