Created
November 23, 2019 09:41
-
-
Save Lavanyagaur22/fc6cd0cd00ce5d14864ef8fb6b46f321 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
dependencies { | |
def camerax_version = '1.0.0-alpha06' | |
... | |
implementation 'ai.fritz:core:4.2.0' | |
implementation "ai.fritz:vision:4.2.0" | |
... | |
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