Skip to content

fix alpha on DrawableShape, on compose: add parameter to apply alpha or not #337

fix alpha on DrawableShape, on compose: add parameter to apply alpha or not

fix alpha on DrawableShape, on compose: add parameter to apply alpha or not #337

Workflow file for this run

name: CI
on: pull_request
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Run build and checks
run: ./gradlew build