Skip to content

Commit

Permalink
exclude cronet on play store builds as Play Services is a available
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Jun 11, 2024
1 parent 3e8116c commit 434e225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
#SENTRY_URL: ${{ inputs.sentry-url }}
- name: Build AppBundle
shell: bash
run: flutter build appbundle --split-debug-info=./symbols --build-number="$BUILD_NUMBER" --build-name="$VERSION" --dart-define=cronetHttpNoPlay=true
run: flutter build appbundle --split-debug-info=./symbols --build-number="$BUILD_NUMBER" --build-name="$VERSION"
env:
VERSION: ${{ inputs.version }}
BUILD_NUMBER: ${{ inputs.build-number }}
Expand Down

0 comments on commit 434e225

Please sign in to comment.