Skip to content

Fix invalid view holder adapter position exception (#11) #21

Fix invalid view holder adapter position exception (#11)

Fix invalid view holder adapter position exception (#11) #21

Workflow file for this run

name: Android Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 17
cache: 'gradle'
distribution: adopt
- name: Build with Gradle
run: ./gradlew build