diff --git a/README.md b/README.md index c2806ff..9893997 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Where to Download ----------------- ```groovy dependencies { - implementation 'com.xlythe:camera-view:2.0.2' + implementation 'com.xlythe:camera-view:2.0.3' } ``` diff --git a/gradle.properties b/gradle.properties index 64f7284..3752a1b 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.2 +bintray.libraryVersion=2.0.3 bintray.libraryDescription='An Android View that displays the camera'