Bump org.mozilla.geckoview:geckoview-nightly from 130.0.20240802091953 to 131.0.20240809095159 in /android #537
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 |