San Mônico
San Mônico
If you navigate to /usr/share/numix-folders and run the script, it works perfectly This snippet should be a work-around to set numix-folders to style 6 with blue colours `cd /usr/share/numix-folders; echo...
I was able to reproduce the issue in my GitLab CI (and this is a big problem because it is an automated environment while all the solutions above require manual...
I added the ignore rules to whitelist them in my `.grype.yaml` config file. If anyone else is having issues with this, continue reading. I had 2 ideas to handle these...
If nobody has anything else to add on this, this issue may be closed
Just had the same problem and found that it was deprecated along with Google+ integrations. Can't build either. Google Play Games Service docs using Wayback Machine: [https://web.archive.org/web/20170715182309/https://developers.google.com/android/reference/com/google/android/gms/games/request/package-summary](https://web.archive.org/web/20170715182309/https://developers.google.com/android/reference/com/google/android/gms/games/request/package-summary) deprecation notice: [https://android-developers.googleblog.com/2016/12/games-authentication-adopting-google.html](https://android-developers.googleblog.com/2016/12/games-authentication-adopting-google.html)
Found a way to fix it by forcing the versions of `com.google.android.gms:play-services-games` to `17.+` and `com.google.android.gms:play-services-plus` to `16.+` by changing the plugin variables in `package.json` like below. This way, it...