Bump org.mozilla.geckoview:geckoview-nightly from 118.0.20230817214619 to 118.0.20230818212320 in /android #44
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and test android APK | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-java@v3 | |
with: | |
distribution: 'zulu' # Same as my PC | |
java-version: '17.x' | |
- uses: subosito/flutter-action@v2 | |
with: | |
flutter-version: '3.13.0-0.4.pre' | |
channel: 'beta' | |
- run: flutter pub get | |
- run: flutter build appbundle |