Skip to content

Commit

Permalink
Fix issue with fdroid builds in android/build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 9, 2025
1 parent dce74bb commit 71b89be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then
fi
fi

if [[ "$BUILD_TYPE" == "release" ]]; then
if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then
if [[ "$PRODUCT_VERSION" == *"-dev-"* ]]; then
GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
Expand Down

0 comments on commit 71b89be

Please sign in to comment.