diff --git a/README.md b/README.md index 6c76a3a..e6a6e56 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Where to Download ----------------- ```groovy dependencies { - implementation 'com.xlythe:camera-view:2.0.5' + implementation 'com.xlythe:camera-view:2.0.6' } ``` diff --git a/gradle.properties b/gradle.properties index e52b367..51120dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ bintray.libraryName=CameraView bintray.groupId=com.xlythe bintray.artifact=camera-view -bintray.libraryVersion=2.0.5 +bintray.libraryVersion=2.0.6 bintray.libraryDescription='An Android View that displays the camera'