Skip to content

refactor: use coroutines executor for background diffing of ListAdapter #99

refactor: use coroutines executor for background diffing of ListAdapter

refactor: use coroutines executor for background diffing of ListAdapter #99

Workflow file for this run

name: Android CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true
- name: Build with Gradle
run: ./gradlew clean assembleRelease