Skip to content

[FR]: Migrate from oss-licenses-plugin to Licensee #916

@Goooler

Description

@Goooler

Is there an existing issue for this?

  • I have searched the existing issues

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 on AppCompat themes. We can migrate to Licensee instead, which will eliminate AppCompat libs and significantly decrease the app size.

<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
android:theme="@style/Theme.AppCompat" />
<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:theme="@style/Theme.AppCompat" />

Describe the solution

Refs

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions