Skip to content

Update compose versioning & bottom sheet swipe animation #226

Update compose versioning & bottom sheet swipe animation

Update compose versioning & bottom sheet swipe animation #226

Workflow file for this run

name: Android CI
on:
push:
# branches: [ "main" ]
pull_request:
# branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
# - name: Build with Gradle
# run: ./gradlew build
# - name: Run Unit Tests
# run: ./gradlew testDebugUnitTest
- name: Detekt Format
run: ./gradlew detektFormat