Skip to content

update com.google.oboe library to version 1.9.3 to support Android 16kb page size requirements #1020

update com.google.oboe library to version 1.9.3 to support Android 16kb page size requirements

update com.google.oboe library to version 1.9.3 to support Android 16kb page size requirements #1020

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
lint:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn typecheck
build-library:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build package
run: yarn build