7 lines
360 B
Dart
7 lines
360 B
Dart
const androidPackageId = 'com.cinnabarflower.mnemo_cards';
|
|
const appStoreIssuerId = 'App Store Key issuer ID';
|
|
const appStoreKeyId = 'App Store Key ID';
|
|
const appStoreSharedSecret = 'App Store shared secret';
|
|
const bundleId = 'your iOS bundle ID';
|
|
const googlePlayProjectName = 'Google Cloud project name';
|
|
const googlePlayPubsubBillingTopic = 'play_billing';
|