Skip to content

Commit ff48f38

Browse files
committed
Bump version
1 parent 0117542 commit ff48f38

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1+
### v1.3.1
2+
3+
- Fixed a bug that would make setFacing and other APIs freeze the camera ([#86][86])
4+
- Fixed ConcurrentModificationExceptions during CameraListener callbacks ([#88][88])
5+
6+
https://github.com/natario1/CameraView/compare/v1.3.0...v1.3.1
7+
18
## v1.3.0
29

310
- Ability to inject frame processors to do your own visual tasks (barcodes, facial recognition etc.) ([#82][82])
411
- Ability to inject external loggers (e.g. Crashlytics) to listen for internal logging events ([#80][80])
512
- Improved CameraUtils.decodeBitmap, you can now pass maxWidth and maxHeight to avoid OOM ([#83][83])
613
- Updated dependencies thanks to [@v-gar][v-gar] ([#73][73])
714

15+
https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0
16+
817
[v-gar]: https://github.com/v-gar
918

1019
[73]: https://github.com/natario1/CameraView/pull/73
1120
[80]: https://github.com/natario1/CameraView/pull/80
1221
[82]: https://github.com/natario1/CameraView/pull/82
1322
[83]: https://github.com/natario1/CameraView/pull/83
23+
[86]: https://github.com/natario1/CameraView/pull/86
24+
[88]: https://github.com/natario1/CameraView/pull/88

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.
1212

1313
```groovy
14-
compile 'com.otaliastudios:cameraview:1.3.0'
14+
compile 'com.otaliastudios:cameraview:1.3.1'
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.0'
6+
version = '1.3.1'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

0 commit comments

Comments
 (0)