Fix order of package name

This commit is contained in:
Hank Grabowski 2023-11-30 16:56:32 -05:00
parent cc72e58ea6
commit d6b0c9813c

View file

@ -9,7 +9,7 @@ workflows:
groups: groups:
- google_play # <-- (Includes GCLOUD_SERVICE_ACCOUNT_CREDENTIALS) - google_play # <-- (Includes GCLOUD_SERVICE_ACCOUNT_CREDENTIALS)
vars: vars:
PACKAGE_NAME: "relatica.myportal.social" # <-- Put your package name here PACKAGE_NAME: "social.myportal.relatica" # <-- Put your package name here
GOOGLE_PLAY_TRACK: "internal" GOOGLE_PLAY_TRACK: "internal"
flutter: stable flutter: stable
scripts: scripts: