Skip to content

Commit

Permalink
Prepare for release 1.5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
izzytwosheds committed Aug 26, 2024
1 parent 62cdfd5 commit c54ec7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 1.5.7 (2024-08-26)

- Add 16KB page size support, required for Android 15 #277 by @vamshi-dhulipala

## Version 1.5.6 (2024-05-13)

- Release file descriptor even when releasing of android muxer fails #274 by @vamshi-dhulipala
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ By default, LiTr uses Android MediaCodec stack for hardware accelerated decoding
Simply grab via Gradle:

```groovy
implementation 'com.linkedin.android.litr:litr:1.5.6'
implementation 'com.linkedin.android.litr:litr:1.5.7'
```
...or Maven:

```xml
<dependency>
<groupId>com.linkedin.android.litr</groupId>
<artifactId>litr</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>

```
Expand Down Expand Up @@ -132,15 +132,15 @@ LiTr now has 40 new GPU accelerated video filters ported from [Mp4Composer-andro
All video/audio filters live in "filter pack" library, which is available via Gradle:

```groovy
implementation 'com.linkedin.android.litr:litr-filters:1.5.6'
implementation 'com.linkedin.android.litr:litr-filters:1.5.7'
```
...or Maven:

```xml
<dependency>
<groupId>com.linkedin.android.litr</groupId>
<artifactId>litr-filters</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true

GROUP_ID=com.linkedin.android.litr
VERSION_NAME=1.5.7-SNAPSHOT
VERSION_NAME=1.5.7

0 comments on commit c54ec7a

Please sign in to comment.