forked from flutter/flutter
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readability change to
flutter.groovy
, align on null assignment, red…
…uce unused scope for some methods, apply static where possible (flutter#157471) removed public modifier from this methods :`getVersionCode` , `getVersionName`. add static to :`pluginSupportsAndroidPlatform` ,`buildGradleFile`,`settingsGradleFile` `getCompileSdkFromProject` ,`getAssembleTask` refactor `==null` usage to `:?` to unify the usage see flutter#147122 for context
- Loading branch information
1 parent
509cb43
commit ecc2437
Showing
1 changed file
with
16 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters