Skip to content

chore: Update sample app version to include dots instead of forwrad s… #2641

chore: Update sample app version to include dots instead of forwrad s…

chore: Update sample app version to include dots instead of forwrad s… #2641

name: Binary-validation
# only run on PRs and when push a commit on a branch that we don't deploy on.
on: [push, pull_request]
jobs:
api_check:
name: API check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-android
- name: API check
run: ./gradlew apiCheck