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

@@ -1,10 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
/*
Copyright (c) Facebook, Inc. and its affiliates.
<p>This source code is licensed under the MIT license found in the LICENSE file in the root
directory of this source tree.
*/
package com.mrousavy.camera;
package com.mrousavy.camera.example;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;