1

I wanted to use an Android Camera Library called CameraView, https://natario1.github.io/CameraView/about/install. Its documentation says use
api 'com.otaliastudios:cameraview:2.6.1'
but what does that mean?

R. Gurung
  • 1,356
  • 1
  • 14
  • 34

1 Answers1

2

Just add this line in the dependencies section of build.gradle(Module:app) file

ASHIR
  • 58
  • 1
  • 8