Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Change packageIds and builds flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g authored and valldrac committed Oct 24, 2024
1 parent 2ea9f0c commit 0f3c672
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Set the app title and package ID
baseAppTitle=Molly
baseAppFileName=Molly
basePackageId=im.molly.app
basePackageId=im.molly.app.unifiedpush
# Pattern to partial match the flavors to build
buildVariants=
buildVariants=FossWebsite
# Enable internal testing extensions
forceInternalUserFlag=false
# Google Maps API key
Expand Down
2 changes: 1 addition & 1 deletion reproducible-builds/ci/beta-stable.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CI_BUILD_VARIANTS=prod(Gms|Foss)
CI_BUILD_VARIANTS=prodFossWebsite
4 changes: 2 additions & 2 deletions reproducible-builds/ci/insider.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CI_BUILD_VARIANTS=(prod|staging)(Gms|Foss)Website
CI_BUILD_VARIANTS=(prod|staging)FossWebsite
CI_APP_TITLE=Molly Insider
CI_APP_FILENAME=Molly-Insider
CI_PACKAGE_ID=im.molly.insider
CI_PACKAGE_ID=im.molly.unifiedpush.insider
CI_FORCE_INTERNAL_USER_FLAG=true

0 comments on commit 0f3c672

Please sign in to comment.