Bump CameraX versions to alpha2/alpha22 (#7)

* Bump CameraX versions to alpha2/alpha22
* Use `setDefaultResolution` to set format's photoSize
This commit is contained in:
Marc Rousavy
2021-02-26 17:34:28 +01:00
committed by GitHub
parent 03b9246afe
commit 6438b9a8bc
9 changed files with 65 additions and 61 deletions

View File

@@ -10,6 +10,10 @@ on:
- '*.js'
- '*.json'
- 'package.json'
- 'tsconfig.json'
- '.prettierrc.js'
- '.eslintrc.js'
- 'babel.config.js'
pull_request:
paths:
- '.github/workflows/validate-js.yml'
@@ -17,6 +21,10 @@ on:
- '*.js'
- '*.json'
- 'package.json'
- 'tsconfig.json'
- '.prettierrc.js'
- '.eslintrc.js'
- 'babel.config.js'
jobs:
vibe_check: