From 3aa6b93e9128c1cdd32d308532f4cf3027bfb7dd Mon Sep 17 00:00:00 2001 From: TobiGr Date: Sat, 30 May 2020 10:45:39 +0200 Subject: [PATCH] Update version to 0.19.5 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 835b640a0..a45565a21 100644 --- a/README.md +++ b/README.md @@ -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.19.0'`the `dependencies` in your `build.gradle`. Replace `v0.19.0` with the latest release. +2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.19.5'`the `dependencies` in your `build.gradle`. Replace `v0.19.5` with the latest release. ### Testing changes diff --git a/build.gradle b/build.gradle index 611e10332..9a2f92e14 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ allprojects { sourceCompatibility = 1.7 targetCompatibility = 1.7 - version 'v0.19.4' + version 'v0.19.5' group 'com.github.TeamNewPipe' repositories {