play-services-plugins
play-services-plugins copied to clipboard
Plugins to help with using Google Play services SDK.
**Describe the bug** Application builds but crashes when navigating to the oss licences activity. **Desktop (please complete the following information):** - Gradle version: [7.2] - Android Studio version [2020.3.1 patch...
Having exactly same issue after upgrading project to use gradle 7.0 Reverting back to `com.google.gms:google-services:4.3.8` fix the problem. _Originally posted by @rmazajev inhttps://github.com/google/play-services-plugins/issues/197#issue-963137136 https://github.com/google/play-services-plugins/issues/197#issuecomment-894612324_
**Describe the bug** This is related with https://github.com/google/play-services-plugins/issues/25 Several maven artifact does not provide license info on POM (such as retrofit, moshi and etc.. ) Also, several libraries can be...
This is what I got when I run the command `assembleRelease` => > What went wrong: Execution failed for task ':app:generateLicenses'. java.io.FileNotFoundException: xxx/caches/transforms-3/ae1388aef2e07cb4967d4e9b0acd3b3f/transformed/firebase-common-20.0.0.aar (Is a directory) ****Here the info**** -...
**Describe the bug** Applying the google-services-plugin results in an unexpected error when including a dependency that in turn expresses another dependency using a range of versions. For example: app ->...
**Describe the bug** Hello, after updating plugin from 0.10.0 to 0.10.2 in our android project I see thousands of logs similar to one. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** In a NDK enabled project, the `build` folder is generated successfully but immediately deleted at the end when executing `./gradlew clean assembleDebug`. On the other hand, if...
**Describe the bug** After integrating the oss-licenses-plugin gradle clean task fails with java.io.FileNotFoundException for `build/generated/third_party_licenses/dependencies.json` **To Reproduce** Steps to reproduce the behavior: 1. Run gradle clean task (./gradlew clean) 2....
I have a project with two dimensions. The brands are named in `lowerCamelCase`, so I may have an uppercase character in the name of the brand. Unfortunately, the current version...
**Bug description** If I open the activity containing the list with all libraries, then the long library names are displayed with 3 dots at the end and I cannot see...