Created
September 10, 2019 08:36
-
-
Save DanishAmjad12/5afcd04894dc2a02a6107e7c26da2690 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Use the most recent version of CameraX, currently that is alpha04 | |
def camerax_version = "1.0.0-alpha04" | |
implementation "androidx.camera:camera-core:${camerax_version}" | |
implementation "androidx.camera:camera-camera2:${camerax_version}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment