Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Jul 26, 2020
2 parents ce0808f + 936a004 commit fb42fe7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include: package:pedantic/analysis_options.yaml

analyzer:
exclude:
- lib/flutter_version.dart
- lib/generated_plugin_registrant.dart

# strong-mode:
Expand Down
14 changes: 7 additions & 7 deletions lib/flutter_version.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// run `scripts/update_flutter_version.sh` to update with the content of `flutter --version --machine`
const Map<String, String> version = {
'channel': 'unknown',
'dartSdkVersion': 'unknown',
'engineRevision': 'unknown',
'frameworkCommitDate': 'unknown',
'frameworkRevision': 'unknown',
'frameworkVersion': 'unknown',
'repositoryUrl': 'unknown',
"channel": "unknown",
"dartSdkVersion": "unknown",
"engineRevision": "unknown",
"frameworkCommitDate": "unknown",
"frameworkRevision": "unknown",
"frameworkVersion": "unknown",
"repositoryUrl": "unknown",
};
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter application.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.0+12
version: 1.1.1+13

# video_player (as of v0.10.8+2, backed by ExoPlayer):
# - does not support content URIs (by default, but trivial by fork)
Expand Down

0 comments on commit fb42fe7

Please sign in to comment.