Skip to content

Instantly share code, notes, and snippets.

@Astroa7m
Created March 2, 2022 00:40
Show Gist options
  • Save Astroa7m/5c50bf1b9d0dd1cd75f2888ed45f7645 to your computer and use it in GitHub Desktop.
Save Astroa7m/5c50bf1b9d0dd1cd75f2888ed45f7645 to your computer and use it in GitHub Desktop.
QR project dependecies
//Compose permission handling
implementation "com.google.accompanist:accompanist-permissions:0.24.2-alpha"
// CameraX
implementation "androidx.camera:camera-camera2:1.1.0-beta01"
implementation "androidx.camera:camera-lifecycle:1.1.0-beta01"
implementation "androidx.camera:camera-view:1.1.0-beta01"
//ML kit for android
implementation 'com.google.mlkit:barcode-scanning:17.0.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment