Skip to content

Commit 82ce5cd

Browse files
authored
Release v2.0.0 (#531)
1 parent c824c7d commit 82ce5cd

File tree

7 files changed

+186
-163
lines changed

7 files changed

+186
-163
lines changed
File renamed without changes.

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Contributing guidelines are [hosted here](https://natario1.github.io/CameraView/extra/contributing.html).

CHANGELOG_V1.md

Lines changed: 0 additions & 158 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CameraView is a well documented, high-level library that makes capturing picture
1616
addressing most of the common issues and needs, and still leaving you with flexibility where needed.
1717

1818
```groovy
19-
api 'com.otaliastudios:cameraview:2.0.0-rc2'
19+
api 'com.otaliastudios:cameraview:2.0.0'
2020
```
2121

2222
- Fast & reliable

cameraview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
// Required by bintray
6-
version = '2.0.0-rc2'
6+
version = '2.0.0'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

0 commit comments

Comments
 (0)