Last active
February 22, 2022 22:14
-
-
Save ggfan/d01f17fc50119f26b67ca5c8b56c3f12 to your computer and use it in GitHub Desktop.
camerax-videocapture-api-gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
def camerax_version = "1.1.0-beta01" | |
implementation "androidx.camera:camera-core:${camerax_version}" | |
implementation "androidx.camera:camera-camera2:${camerax_version}" | |
implementation "androidx.camera:camera-lifecycle:${camerax_version}" | |
implementation "androidx.camera:camera-video:${camerax_version}" | |
implementation "androidx.camera:camera-view:${camerax_version}" | |
implementation "androidx.camera:camera-extensions:${camerax_version}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment