Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izzytwosheds committed Feb 1, 2020
1 parent f6a29d8 commit 8a52682
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ By default, LiTr uses Android MediaCodec stack for hardware accelerated decoding
Simply grab via Gradle:

```groovy
implementation 'com.linkedin.android.litr:litr:1.2.0'
implementation 'com.linkedin.android.litr:litr:1.2.2'
```
...or Maven:

```xml
<dependency>
<groupId>com.linkedin.android.litr</groupId>
<artifactId>litr</artifactId>
<version>1.2.0</version>
<version>1.2.2</version>
</dependency>

```
Expand Down Expand Up @@ -121,15 +121,15 @@ When using your own component implementations, make sure that output of a compon
You can use custom filters to modify video frames. Write your own in OpenGL as an implementation of `GlFilter` interface, or use existing one from "filter pack" library, which is available via Gradle:

```groovy
implementation 'com.linkedin.android.litr:litr-filters:1.2.0'
implementation 'com.linkedin.android.litr:litr-filters:1.2.2'
```
...or Maven:

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

```
Expand Down

0 comments on commit 8a52682

Please sign in to comment.