This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
google_sign_in_android-v6.1.6
* Slight cleanup in GoogleSignInPlugin 1) Use switch instead of if/else and show all possible states 2) Handle the case of synchronous failure in signInSilently() by checking isComplete() instead of isSuccessful() * Run formatter and fix some compilation errors * Version bump * Declare throws * Update error text expectation * Diagnose failing test * Code * Code * Fix test