diff --git a/README.md b/README.md index 73f366d..6c76a3a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Where to Download ----------------- ```groovy dependencies { - implementation 'com.xlythe:camera-view:2.0.4' + implementation 'com.xlythe:camera-view:2.0.5' } ``` diff --git a/gradle.properties b/gradle.properties index ccb3f6f..e52b367 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.4 +bintray.libraryVersion=2.0.5 bintray.libraryDescription='An Android View that displays the camera'