Skip to content

Commit ffec81f

Browse files
committed
Bump version
1 parent a31dd1d commit ffec81f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v1.3.2
2+
3+
- Fixed a memory leak thanks to [@andrewmunn](andrewmunn) ([#92][92])
4+
- Reduced memory usage when using cropOutput thanks to [@RobertoMorelos](RobertoMorelos) ([#93][93])
5+
- Improved efficiency for Frame processors, recycle buffers and Frames ([#94][94])
6+
7+
https://github.com/natario1/CameraView/compare/v1.3.1...v1.3.2
8+
19
### v1.3.1
210

311
- Fixed a bug that would make setFacing and other APIs freeze the camera ([#86][86])
@@ -15,10 +23,15 @@ https://github.com/natario1/CameraView/compare/v1.3.0...v1.3.1
1523
https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0
1624

1725
[v-gar]: https://github.com/v-gar
26+
[andrewmunn]: https://github.com/andrewmunn
27+
[RobertoMorelos]: https://github.com/RobertoMorelos
1828

1929
[73]: https://github.com/natario1/CameraView/pull/73
2030
[80]: https://github.com/natario1/CameraView/pull/80
2131
[82]: https://github.com/natario1/CameraView/pull/82
2232
[83]: https://github.com/natario1/CameraView/pull/83
2333
[86]: https://github.com/natario1/CameraView/pull/86
2434
[88]: https://github.com/natario1/CameraView/pull/88
35+
[92]: https://github.com/natario1/CameraView/pull/92
36+
[93]: https://github.com/natario1/CameraView/pull/93
37+
[94]: https://github.com/natario1/CameraView/pull/94

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CameraView is a well documented, high-level library that makes capturing picture
1111
addressing most of the common issues and needs, and still leaving you with flexibility where needed. See [CHANGELOG](https://github.com/natario1/CameraView/blob/master/CHANGELOG.md).
1212

1313
```groovy
14-
compile 'com.otaliastudios:cameraview:1.3.1'
14+
compile 'com.otaliastudios:cameraview:1.3.2'
1515
```
1616

1717
<p>

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 = '1.3.1'
6+
version = '1.3.2'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

0 commit comments

Comments
 (0)