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. 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'