File tree Expand file tree Collapse file tree 11 files changed +21
-8
lines changed Expand file tree Collapse file tree 11 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -16733,7 +16733,6 @@ steps:
1673316733 assets/*.p8
1673416734 assets/appstore.token
1673516735 assets/service-account*.json
16736- lib/constants.dart
1673716736 - name: Replace analysis_options.yaml
1673816737 path: steps/dart-backend/analysis_options.yaml
1673916738 replace-contents: |
Original file line number Diff line number Diff line change 99assets /* .p8
1010assets /appstore.token
1111assets /service-account * .json
12- lib /constants.dart
Original file line number Diff line number Diff line change 99assets /* .p8
1010assets /appstore.token
1111assets /service-account * .json
12- lib /constants.dart
Original file line number Diff line number Diff line change 1+ const androidPackageId = 'your Android package ID' ;
2+ const appStoreIssuerId = 'App Store Key issuer ID' ;
3+ const appStoreKeyId = 'App Store Key ID' ;
4+ const appStoreSharedSecret = 'App Store shared secret' ;
5+ const bundleId = 'your iOS bundle ID' ;
6+ const googlePlayProjectName = 'Google Cloud project name' ;
7+ const googlePlayPubsubBillingTopic = 'play_billing' ;
Original file line number Diff line number Diff line change 99assets /* .p8
1010assets /appstore.token
1111assets /service-account * .json
12- lib /constants.dart
Original file line number Diff line number Diff line change 1+ const androidPackageId = 'your Android package ID' ;
2+ const appStoreIssuerId = 'App Store Key issuer ID' ;
3+ const appStoreKeyId = 'App Store Key ID' ;
4+ const appStoreSharedSecret = 'App Store shared secret' ;
5+ const bundleId = 'your iOS bundle ID' ;
6+ const googlePlayProjectName = 'Google Cloud project name' ;
7+ const googlePlayPubsubBillingTopic = 'play_billing' ;
Original file line number Diff line number Diff line change 99assets /* .p8
1010assets /appstore.token
1111assets /service-account * .json
12- lib /constants.dart
Original file line number Diff line number Diff line change 99assets /* .p8
1010assets /appstore.token
1111assets /service-account * .json
12- lib /constants.dart
Original file line number Diff line number Diff line change 99assets /* .p8
1010assets /appstore.token
1111assets /service-account * .json
12- lib /constants.dart
Original file line number Diff line number Diff line change 99assets /* .p8
1010assets /appstore.token
1111assets /service-account * .json
12- lib /constants.dart
You can’t perform that action at this time.
0 commit comments