Skip to content

Changed the shape of speaker icons in the timeline grid from rounded rectangle to circles #223

Changed the shape of speaker icons in the timeline grid from rounded rectangle to circles

Changed the shape of speaker icons in the timeline grid from rounded rectangle to circles #223

Workflow file for this run

name: build
# From now in android
# https://github.com/android/nowinandroid
on:
push:
branches:
- main
pull_request:
paths-ignore:
- 'app-ios/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/[email protected]
- uses: ./.github/actions/setup-java
- run: ./gradlew :app-android:assembleDevDebug --stacktrace
- name: Upload build outputs (APKs)
uses: actions/upload-artifact@v4
with:
name: build-outputs
path: app-android/build/outputs
retention-days: 14