--- layout: page title: "Install" subtitle: "Integrate in your project" description: "Integrate in your project" category: about order: 1 date: 2018-12-20 17:47:32 --- The library works on API 15+, which is the only requirement and should be met by most projects nowadays. It is publicly hosted on [JCenter](https://bintray.com/natario/android/CameraView), where you can download the AAR package. To fetch with Gradle, make sure you add the JCenter repository in your root projects `build.gradle` file: ```groovy allprojects { repositories { jcenter() } } ``` Then simply download the latest version: ```groovy api 'com.otaliastudios:cameraview:2.1.0' ``` No other configuration steps are needed.