play-services-plugins
play-services-plugins copied to clipboard
Plugins to help with using Google Play services SDK.
It would be a nice feature from dev-user perspective to decide where to keep config files especially in more complex projects, would you consider providing a way to configure this...
Just adding a missing brace.
This should ensure that the output of third_party_licenses and third_party_licenses_metadata is sorted. Sorting the output will make it reproducible regardless of the input ordering. This is necessary to have reproducible...
**Describe the bug** We found there were some types of devices whose Play Service might be **disabled** by default at the very first-time users use it. On that condition, we...
The generated dependencies.json file is always the default "absent" and as a result the dependency list is always the default "Debug License Info". I created a sample app and was...
Some third-party libraries are missing license information in their POMs. Add support for manual specification of known licenses for these libraries. The license information usually comes from a LICENSE file...
Media (icons, images, video, audio, text) may also require attribution in addition to third-party libraries. Add support for specifying licenses associated with each media file to properly display the license...
[Compose](https://developer.android.com/jetpack/compose) is the recommended UI framework for new apps. Currently the Open Source License plugin only provides an Activity, which is dependent on `Theme.AppCompat`. This means a lot of extra...
My app uses two themes (dark and light). After applying the new theme, I need to apply the new theme dynamically in activities via `setTheme` in `onCreate`. But I can't...