Bump org.mozilla.geckoview:geckoview-nightly from 127.0.20240507214419 to 127.0.20240509094442 in /android #482
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@v4 | |
- uses: actions/setup-java@v4 | |
with: | |
distribution: 'temurin' # Same as my PC | |
java-version: '17.x' | |
- uses: subosito/flutter-action@v2 | |
with: | |
flutter-version: '3.22.0-0.1.pre' | |
channel: 'beta' | |
- run: flutter config --no-analytics | |
- run: flutter pub get | |
- run: flutter build appbundle |