Skip to content

fix: Carousel list not scrollable sometimes, remove animations from list #122

fix: Carousel list not scrollable sometimes, remove animations from list

fix: Carousel list not scrollable sometimes, remove animations from list #122

Workflow file for this run

name: Build Debug
on: [push, pull_request]
jobs:
build-debug:
name: Build Debug
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Setup
run: |
chmod +x gradlew
./gradlew wrapper
- name: Build
run: |
./gradlew assembleDebug
- name: Upload
uses: actions/upload-artifact@v3
with:
name: menza-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk