Skip to content

Commit

Permalink
Fix firebase_crashlytics analyze errors (firebase#1665)
Browse files Browse the repository at this point in the history
* Fix analyze errors
  • Loading branch information
kroikie authored May 31, 2019
1 parent 60d6f7c commit a063669
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ void main() {
return true;
case 'Crashlytics#setUserName':
return true;
case 'Crashlytics#getVersion':
return '0.0.0+1';
default:
return false;
}
});
log.clear();
Expand Down

0 comments on commit a063669

Please sign in to comment.