From 6068043fd420244b464584c86c326da87a821fa6 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Sat, 9 Sep 2017 19:04:30 +0200 Subject: [PATCH 1/2] Fix pullrequest teamplate markdown issue --- .github/PULL_REQUEST_TEAMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEAMPLATE.md b/.github/PULL_REQUEST_TEAMPLATE.md index fc576aff6..0f588e9dd 100644 --- a/.github/PULL_REQUEST_TEAMPLATE.md +++ b/.github/PULL_REQUEST_TEAMPLATE.md @@ -1 +1 @@ -[ ] I carefully reed the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them. +- [ ] I carefully reed the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them. From 33b316d72fddaea53035bbc1e84d2c3ca068eee7 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Sat, 9 Sep 2017 22:22:27 +0200 Subject: [PATCH 2/2] update extractor to not throw channelextractor exception --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 855261fea..a6a10f718 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { exclude module: 'support-annotations' } - compile 'com.github.TeamNewPipe:NewPipeExtractor:6cdaef5' + compile 'com.github.TeamNewPipe:NewPipeExtractor:f308755' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19'