Skip to content

Commit 78659db

Browse files
committed
Add back dart-backend/lib/constants.dart
1 parent 14952ec commit 78659db

File tree

11 files changed

+21
-8
lines changed

11 files changed

+21
-8
lines changed

in_app_purchases/codelab_rebuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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: |

in_app_purchases/step_00/dart-backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ build/
99
assets/*.p8
1010
assets/appstore.token
1111
assets/service-account*.json
12-
lib/constants.dart

in_app_purchases/step_03/dart-backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ build/
99
assets/*.p8
1010
assets/appstore.token
1111
assets/service-account*.json
12-
lib/constants.dart
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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';

in_app_purchases/step_07/dart-backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ build/
99
assets/*.p8
1010
assets/appstore.token
1111
assets/service-account*.json
12-
lib/constants.dart
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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';

in_app_purchases/step_08/dart-backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ build/
99
assets/*.p8
1010
assets/appstore.token
1111
assets/service-account*.json
12-
lib/constants.dart

in_app_purchases/step_09/dart-backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ build/
99
assets/*.p8
1010
assets/appstore.token
1111
assets/service-account*.json
12-
lib/constants.dart

in_app_purchases/step_10/dart-backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ build/
99
assets/*.p8
1010
assets/appstore.token
1111
assets/service-account*.json
12-
lib/constants.dart

in_app_purchases/step_11/dart-backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ build/
99
assets/*.p8
1010
assets/appstore.token
1111
assets/service-account*.json
12-
lib/constants.dart

0 commit comments

Comments
 (0)