Skip to content

Commit 269ac0e

Browse files
Merge pull request #475 from CameraKit/v0.13.4
v0.13.4
2 parents 3067b1b + 93ac63f commit 269ac0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ext {
2-
versionName = '0.13.3'
2+
versionName = '0.13.4'
33

44
bintrayUser = System.getenv('BINTRAY_USER')
55
bintrayKey = System.getenv('BINTRAY_KEY')
66

77
compileSdkVersion = 28
88
buildToolsVersion = '28.0.3'
99

10-
minSdkVersion = 24
10+
minSdkVersion = 15
1111
targetSdkVersion = 28
1212
}
1313

camerakit-core/src/main/utils/com/wonderkiln/camerakit/PostProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void apply(JpegTransformer transformer) {
9595
transformer.flipHorizontal();
9696
break;
9797
case ExifInterface.ORIENTATION_ROTATE_270:
98-
transformer.rotate(270);
98+
transformer.rotate(90);
9999
break;
100100
case ExifInterface.ORIENTATION_NORMAL:
101101
case ExifInterface.ORIENTATION_UNDEFINED:

0 commit comments

Comments
 (0)