Skip to content

Commit e61e089

Browse files
committed
update build number & changelog
1 parent 13ea41e commit e61e089

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdk = 24
1616
targetSdk = 36
1717
versionCode = 17
18-
versionName = "1.5.1 (Experimental, google-pixel-10-fix branch)"
18+
versionName = "1.5.2"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
Compressor 1.5.2 adds new features:
2-
- Resolution, frame rate and audio bitrate now scale up and down with target size
2+
- Resolution, frame rate and audio bitrate now scale up and down with target size
3+
- Link to GitHub repo in the info tab
4+
5+
Bug Fixes:
6+
- Fixed an issue with HDR tonemapping on Tensor G5 devices for videos with BT.2020 and HLG colour space when encoding to H.264 or H.265
7+
- Fixed the report bug modal not being scrollable
8+
- Fixed reproducible builds

0 commit comments

Comments
 (0)