Skip to content

Bump fastlane from 2.229.0 to 2.229.1 #2647

Bump fastlane from 2.229.0 to 2.229.1

Bump fastlane from 2.229.0 to 2.229.1 #2647

Workflow file for this run

name: Android CI
on:
pull_request:
push:
branches: [master]
jobs:
check:
runs-on: ubuntu-24.04
strategy:
matrix:
FLAVOR: [Free, Huawei, Google]
steps:
- uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '18'
cache: 'gradle'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Build
run: ./gradlew --no-daemon lint${{ matrix.FLAVOR }}Next