Skip to content

Commit

Permalink
Release 0.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed Dec 1, 2020
1 parent b7a9951 commit 175df67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NewPipe Extractor is available at JitPack's Maven repo.
If you're using Gradle, you could add NewPipe Extractor as a dependency with the following steps:

1. Add `maven { url 'https://jitpack.io' }` to the `repositories` in your `build.gradle`.
2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.4'`the `dependencies` in your `build.gradle`. Replace `v0.20.4` with the latest release.
2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.5'`the `dependencies` in your `build.gradle`. Replace `v0.20.5` with the latest release.

**Note:** To use NewPipe Extractor in projects with a `minSdkVersion` below 26, [API desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) is required.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ allprojects {
sourceCompatibility = 1.8
targetCompatibility = 1.8

version 'v0.20.4'
version 'v0.20.5'

This comment has been minimized.

Copy link
@Stypox

Stypox Dec 27, 2020

Member

@TobiGr I think you forgot to update the version

This comment has been minimized.

Copy link
@TobiGr

TobiGr Dec 27, 2020

Author Contributor

lat's re-tag that release again 😆

group 'com.github.TeamNewPipe'

repositories {
Expand Down

0 comments on commit 175df67

Please sign in to comment.