Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #57

chore(deps): bump micromatch from 4.0.5 to 4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #57

Workflow file for this run

name: React Native SDK Build for Android
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- name: Run build apk
run: |
yarn
cd example/android
./gradlew assembleDebug