

If you’re the app developer, make sure that these request details This content has not been reviewed or verified by Google. The content in this section has been provided by the app developer. You can let the app developer know that this app doesn't comply with OAuth 2.0 policy for keeping apps secure. You can't sign in to this app because it doesn't comply with Google's Recently, after making another client_id in the same project, I started getting an error message similar to the one described in localhost redirect_uri does not work for Google Oauth2 (results in 400: invalid_request error). We have some apps (or maybe we should call them a handful of scripts) that use Google APIs to facilitate some administrative tasks. I tried to disable the Instantiatable lint error the following ways but none of them prevented the error.įirst, I tried adding disable "Instantiatable" to my application-level adle file:
FESTIFY LINUX ANDROID
Is this a bug in Android Gradle Plugin 7.0.1? Only Android Gradle Plugin 4.2.2 prevents the error. I also tried Android Gradle Plugin 7.0.0 but got the same error.

I also skimmed through the Android Gradle Plugin source code to see if I could find the linting stage any identify any changes but it looked like a lot of work to find that code and do that analysis. I saw that the Android Gradle Plugin 7.0.1 release notes mentioned some changes to linting but none of those changes seemed relevant to me. I'm concerned that Android Gradle Plugin 7.0.1 is not really ready for prime-time because the Android Gradle Plugin documentation still says classpath ':gradle:4.2.0' instead of 7.0.1.
