Execution Failed For Task ':google_sign_in:verifyreleaseresources'
Ok so I have been building my flutter application , however, i can't figure you what to do in case of this error. I have been following this blog https://flutter.dev/docs/deploymen
Solution 1:
The problem lies with the plugin with it's specified dependency of compileSdkVersion which have been set to Android 27
update to the most recent version of the plugin, as of now 4.2.0
References:
https://pub.dev/packages/google_sign_in#-changelog-tab-https://github.com/flutter/plugins/blob/master/packages/google_sign_in/google_sign_in/android/build.gradle
Post a Comment for "Execution Failed For Task ':google_sign_in:verifyreleaseresources'"